SceneEvents

Undocumented in source.

Members

Aliases

FEATrigger
alias FEATrigger = void delegate(string) @(safe)
Undocumented in source.
FECollision
alias FECollision = void delegate(Instance) @(safe)
Undocumented in source.
FEDestroy
alias FEDestroy = void delegate(Instance) @(safe)
Undocumented in source.
FEDraw
alias FEDraw = void delegate(IRenderer) @(safe)
Undocumented in source.
FEEventHandle
alias FEEventHandle = void delegate(EventHandler) @(safe)
Undocumented in source.
FEGameExit
alias FEGameExit = void delegate() @(safe)
Undocumented in source.
FEGameRestart
alias FEGameRestart = void delegate() @(safe)
Undocumented in source.
FEGameStart
alias FEGameStart = void delegate() @(safe)
Undocumented in source.
FEInit
alias FEInit = FEEntry
Undocumented in source.
FELeave
alias FELeave = void delegate() @(safe)
Undocumented in source.
FEOnError
alias FEOnError = void delegate() @(safe)
Undocumented in source.
FERestart
alias FERestart = FEEntry
Undocumented in source.
FEStep
alias FEStep = void delegate() @(safe)
Undocumented in source.
FETrigger
alias FETrigger = void delegate() @(safe)
Undocumented in source.

Structs

FEEntry
struct FEEntry
Undocumented in source.
SRTrigger
struct SRTrigger
Undocumented in source.

Variables

DrawFunctions
FEDraw[] DrawFunctions;
Undocumented in source.
EntryFunctions
FEEntry[] EntryFunctions;
Undocumented in source.
EventHandleFunctions
FEEventHandle[] EventHandleFunctions;
Undocumented in source.
GameExitFunctions
FEGameExit[] GameExitFunctions;
Undocumented in source.
GameRestartFunctions
FEGameRestart[] GameRestartFunctions;
Undocumented in source.
GameStartFunctions
FEGameStart[] GameStartFunctions;
Undocumented in source.
InitFunctions
FEInit[] InitFunctions;
Undocumented in source.
LeaveFunctions
FELeave[] LeaveFunctions;
Undocumented in source.
OnAnyCollisionFunctions
FECollision[] OnAnyCollisionFunctions;
Undocumented in source.
OnAnyTriggerFunctions
FEATrigger[] OnAnyTriggerFunctions;
Undocumented in source.
OnDestroyFunctions
FEDestroy[] OnDestroyFunctions;
Undocumented in source.
OnErrorFunctions
FEOnError[] OnErrorFunctions;
Undocumented in source.
OnTriggerFunctions
SRTrigger[] OnTriggerFunctions;
Undocumented in source.
RestartFunctions
FERestart[] RestartFunctions;
Undocumented in source.
StepFunctions
FEStep[] StepFunctions;
Undocumented in source.
StepThreadFunctions
FEStep[][size_t] StepThreadFunctions;
Undocumented in source.

Meta