HPL3/SOMA/Scripting/cLuxStateMachine
Jump to navigation
Jump to search
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
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 |