Epok Engine

PSYQO SDK

psyqo::Scene::StartReason

Enum

Enum

Enum declared by the scene module for scene lifecycle and scene-stack control.

Namespace
psyqo
Header
scene.hh
Include
#include "psyqo/scene.hh"
Module
scene
Source
https://github.com/pcsx-redux/nugget/blob/6186b131aacc5853a9161fb076ed34ffe504552d/psyqo/scene.hh:45

Basic usage

This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.

C++ example
#include "psyqo/scene.hh"

auto value = psyqo::Scene::StartReason::Create;

Values