Difference between revisions of "HPL3/SOMA/Scripting/cAnimationState"
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== cAnimationState has no public fields. ==...") |
|||
Line 72: | Line 72: | ||
| <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || Update || <syntaxhighlight lang="c++" inline>float afTimeStep</syntaxhighlight> || | | <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || Update || <syntaxhighlight lang="c++" inline>float afTimeStep</syntaxhighlight> || | ||
|} | |} | ||
+ | |||
+ | {{ReferencesSection}} | ||
{{HPL3SOMAScriptingCategories}} | {{HPL3SOMAScriptingCategories}} | ||
__FORCETOC__ | __FORCETOC__ |
Latest revision as of 14:20, 6 August 2020
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
cAnimationState has no public fields.
Functions
Return Type | Function Name | Parameters | Description |
---|---|---|---|
void |
AddTimePosition | float afAdd |
|
bool |
DataIsInMeshFile | ||
void |
FadeIn | float afTime |
|
void |
FadeOut | float afTime |
|
cAnimation@ |
GetAnimation | ||
float |
GetBaseSpeed | ||
float |
GetFadeStep | ||
float |
GetLength | ||
const tString& |
GetName | ||
float |
GetPreviousTimePosition | ||
float |
GetRelativeTimePosition | ||
float |
GetSpeed | ||
float |
GetTimePosition | ||
float |
GetWeight | ||
bool |
IsActive | ||
bool |
IsFading | ||
bool |
IsLooping | ||
bool |
IsOver | ||
bool |
IsPaused | ||
void |
SetActive | bool abActive |
|
void |
SetBaseSpeed | float afSpeed |
|
void |
SetFadeStep | float afX |
|
void |
SetLength | float afLength |
|
void |
SetLoop | bool abLoop |
|
void |
SetPaused | bool abPaused |
|
void |
SetRelativeTimePosition | float afPosition |
|
void |
SetSpeed | float afSpeed |
|
void |
SetTimePosition | float afPosition |
|
void |
SetWeight | float afWeight |
|
void |
Update | float afTimeStep |
References
- HPL3/SOMA/Scripting/cLuxAgent (← links)
- HPL3/SOMA/Scripting/cLuxArea (← links)
- HPL3/SOMA/Scripting/cLuxCritter (← links)
- HPL3/SOMA/Scripting/cLuxLiquidArea (← links)
- HPL3/SOMA/Scripting/cLuxProp (← links)
- HPL3/SOMA/Scripting/cLuxSoundscapeArea (← links)
- HPL3/SOMA/Scripting/cLuxVisibilityArea (← links)
- HPL3/SOMA/Scripting/cLuxVisibilityPortal (← links)
- HPL3/SOMA/Scripting/cMeshEntity (← links)
- HPL3/SOMA/Scripting/iLuxEntity (← links)