HPL3/SOMA/Scripting/cLuxStateMachine

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
Jump to navigation Jump to search

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

Fields

cLuxStateMachine has no public fields.

Functions

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

References

See all references...