Difference between revisions of "HPL3/SOMA/Scripting/cLuxStateMachine"

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
Jump to navigation Jump to search
(Created page with "{{ScriptingStub}} 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. =...")
 
 
Line 50: Line 50:
 
| <syntaxhighlight lang="c++" inline>bool</syntaxhighlight> || TimerExists || [[../tString|<syntaxhighlight lang="c++" inline>const tString& asId</syntaxhighlight>]] ||
 
| <syntaxhighlight lang="c++" inline>bool</syntaxhighlight> || TimerExists || [[../tString|<syntaxhighlight lang="c++" inline>const tString& asId</syntaxhighlight>]] ||
 
|}
 
|}
 +
 +
{{ReferencesSection}}
  
 
{{HPL3SOMAScriptingCategories}}
 
{{HPL3SOMAScriptingCategories}}
 
__FORCETOC__
 
__FORCETOC__

Latest revision as of 16:07, 6 August 2020

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...