HPL3/Community/Scripting/Classes/cprocanimation

From Frictional Wiki
< HPL3‎ | Community/Scripting/Classes
Revision as of 11:12, 30 July 2020 by Maintenance script (talk | contribs) (Upload classes to sub)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

cProcAnimation

Fields

cProcAnimation has no public fields.

Functions

Return Type Function Name Parameters Description
void SetActive bool abX
bool IsActive
void SetLooping bool abX
bool GetLooping
void SetPaused bool abX
bool GetPaused
void SetTime float afX
float GetTime
void SetSpeed float afX
void FadeSpeed float afX,
float afTime
float GetSpeed
void SetAmount float afX
void FadeAmount float afX,
float afTime
float GetAmount
void Update float afTimeStep

Remarks

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!