This shows you the differences between two versions of the page.
— |
hpl3:community:scripting:classes:canimationstate [2015/11/05 11:58] (current) abion47 created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | =====cAnimationState===== | ||
+ | |||
+ | ====Fields==== | ||
+ | |||
+ | cAnimationState has no public fields. | ||
+ | |||
+ | ====Functions==== | ||
+ | |||
+ | ^ Return Type ^ Function Name ^ Parameters ^ Description ^ | ||
+ | | const [[tString]]& | GetName | | | | ||
+ | | void | Update | float afTimeStep | | | ||
+ | | bool | DataIsInMeshFile | | | | ||
+ | | bool | IsFading | | | | ||
+ | | bool | IsOver | | | | ||
+ | | void | FadeIn | float afTime | | | ||
+ | | void | FadeOut | float afTime | | | ||
+ | | void | SetLength | float afLength | | | ||
+ | | float | GetLength | | | | ||
+ | | void | SetWeight | float afWeight | | | ||
+ | | float | GetWeight | | | | ||
+ | | void | SetSpeed | float afSpeed | | | ||
+ | | float | GetSpeed | | | | ||
+ | | void | SetBaseSpeed | float afSpeed | | | ||
+ | | float | GetBaseSpeed | | | | ||
+ | | void | SetTimePosition | float afPosition | | | ||
+ | | float | GetTimePosition | | | | ||
+ | | float | GetPreviousTimePosition | | | | ||
+ | | void | SetRelativeTimePosition | float afPosition | | | ||
+ | | float | GetRelativeTimePosition | | | | ||
+ | | bool | IsActive | | | | ||
+ | | void | SetActive | bool abActive | | | ||
+ | | bool | IsLooping | | | | ||
+ | | void | SetLoop | bool abLoop | | | ||
+ | | bool | IsPaused | | | | ||
+ | | void | SetPaused | bool abPaused | | | ||
+ | | void | AddTimePosition | float afAdd | | | ||
+ | | [[cAnimation]]@ | GetAnimation | | | | ||
+ | | float | GetFadeStep | | | | ||
+ | | void | SetFadeStep | float afX | | | ||
+ | |||
+ | ====Remarks==== | ||
+ | |||
+ | Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! | ||