HPL3/Amnesia: Rebirth/Scripting/cProcAnimationTrack
< HPL3 | Amnesia: Rebirth | Scripting
Jump to navigation
Jump to search
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
- 1 Fields
- 2 Functions
- 3 Details
- 3.1 GetApplyNoiseBefore
- 3.2 GetAxes
- 3.3 GetCycles
- 3.4 GetEasing
- 3.5 GetEntityIndex
- 3.6 GetNoiseAmount
- 3.7 GetNoiseFreq
- 3.8 GetOffsetMax
- 3.9 GetOffsetMin
- 3.10 GetReverseMotion
- 3.11 GetType
- 3.12 SetApplyNoiseBefore
- 3.13 SetAxes
- 3.14 SetCycles
- 3.15 SetEasing
- 3.16 SetNoiseAmount
- 3.17 SetNoiseFreq
- 3.18 SetOffsetMax
- 3.19 SetOffsetMin
- 3.20 SetReverseMotion
- 3.21 SetType
- 4 References
Fields
cProcAnimationTrack has no public fields.
Functions
Return Type | Function And Description |
---|---|
bool | GetApplyNoiseBefore() |
uint | GetAxes() |
int | GetCycles(int alX) |
eEasing | GetEasing() |
int | GetEntityIndex() |
int | GetNoiseAmount() |
float | GetNoiseFreq() |
float | GetOffsetMax() |
float | GetOffsetMin() |
bool | GetReverseMotion() |
eProcAnimType | GetType() |
void | SetApplyNoiseBefore(bool abX) |
void | SetAxes(uint alAxisFlags) |
void | SetCycles(int alX) |
void | SetEasing(eEasing aFunc) |
void | SetNoiseAmount(float afX) |
void | SetNoiseFreq(int alX) |
void | SetOffsetMax(float afX) |
void | SetOffsetMin(float afX) |
void | SetReverseMotion(bool abX) |
void | SetType(eProcAnimType aType) |
Details
GetApplyNoiseBefore
bool GetApplyNoiseBefore()
Returns:
- bool—
GetAxes
uint GetAxes()
Returns:
- uint—
GetCycles
int GetCycles(int alX)
Parameters
- alX (int) —
Returns:
- int—
GetEasing
eEasing GetEasing()
Returns:
- eEasing—
GetEntityIndex
int GetEntityIndex()
Returns:
- int—
GetNoiseAmount
int GetNoiseAmount()
Returns:
- int—
GetNoiseFreq
float GetNoiseFreq()
Returns:
- float—
GetOffsetMax
float GetOffsetMax()
Returns:
- float—
GetOffsetMin
float GetOffsetMin()
Returns:
- float—
GetReverseMotion
bool GetReverseMotion()
Returns:
- bool—
GetType
eProcAnimType GetType()
Returns:
- eProcAnimType—
SetApplyNoiseBefore
void SetApplyNoiseBefore(bool abX)
Parameters
- abX (bool) —
Returns:
- void
SetAxes
void SetAxes(uint alAxisFlags)
Parameters
- alAxisFlags (uint) —
Returns:
- void
SetCycles
void SetCycles(int alX)
Parameters
- alX (int) —
Returns:
- void
SetEasing
SetNoiseAmount
void SetNoiseAmount(float afX)
Parameters
- afX (float) —
Returns:
- void
SetNoiseFreq
void SetNoiseFreq(int alX)
Parameters
- alX (int) —
Returns:
- void
SetOffsetMax
void SetOffsetMax(float afX)
Parameters
- afX (float) —
Returns:
- void
SetOffsetMin
void SetOffsetMin(float afX)
Parameters
- afX (float) —
Returns:
- void
SetReverseMotion
void SetReverseMotion(bool abX)
Parameters
- abX (bool) —
Returns:
- void