HPL3/Community/Scripting/Classes/cluxstatemachine

From Frictional Wiki
< HPL3‎ | Community/Scripting/Classes
Revision as of 11:12, 30 July 2020 by Maintenance script (talk | contribs) (Upload classes to sub)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

cLuxStateMachine

Fields

cLuxStateMachine has no public fields.

Functions

Return Type Function Name Parameters Description
iLuxEntity@ GetEntity
eLuxEntityComponentType GetType
void AddState const tString &in asName,
int alId
void AddSubState const tString &in asName,
int alId
void ChangeState int alState
void ChangeSubState int alState
int GetNextState
int GetPrevState
int GetNextSubState
int GetPrevSubState
int GetCurrentState
int GetCurrentSubState
void AddTimer uint64 alId,
float afTime
void StopTimer uint64 alId
bool TimerExists uint64 alId
void AddTimer const tString& asId,
float afTime
void StopTimer const tString& asId
bool TimerExists const tString& asId
cLuxEntityMessageData@ GetCurrentMessageData

Remarks

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!