InstanceEvents

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.
SRCollider
struct SRCollider
Undocumented in source.
SRTrigger
struct SRTrigger
Undocumented in source.

Variables

IColliderStructs
SRCollider[] IColliderStructs;
Undocumented in source.
ICollisionFunctions
FECollision[] ICollisionFunctions;
Undocumented in source.
IDrawFunctions
FEDraw[] IDrawFunctions;
Undocumented in source.
IEntryFunctions
FEEntry[] IEntryFunctions;
Undocumented in source.
IEventHandleFunctions
FEEventHandle[] IEventHandleFunctions;
Undocumented in source.
IGameExitFunctions
FEGameExit[] IGameExitFunctions;
Undocumented in source.
IGameRestartFunctions
FEGameRestart[] IGameRestartFunctions;
Undocumented in source.
IGameStartFunctions
FEGameStart[] IGameStartFunctions;
Undocumented in source.
IInitFunctions
FEInit[] IInitFunctions;
Undocumented in source.
ILeaveFunctions
FELeave[] ILeaveFunctions;
Undocumented in source.
IOnAnyTriggerFunctions
FEATrigger[] IOnAnyTriggerFunctions;
Undocumented in source.
IOnDestroyFunctions
FEDestroy[] IOnDestroyFunctions;
Undocumented in source.
IOnErrorFunctions
FEOnError[] IOnErrorFunctions;
Undocumented in source.
IOnTriggerFunctions
SRTrigger[] IOnTriggerFunctions;
Undocumented in source.
IRestartFunctions
FERestart[] IRestartFunctions;
Undocumented in source.
IStepFunctions
FEStep[] IStepFunctions;
Undocumented in source.
IStepThreadFunctions
FEStep[][size_t] IStepThreadFunctions;
Undocumented in source.

Meta