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

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== 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 15:20, 6 August 2020

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.

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

See all references...