HPL3/Amnesia: Rebirth/Scripting/cProcAnimationTrack

From Frictional Wiki
Jump to navigation Jump to search

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

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

void SetEasing(eEasing aFunc)


Parameters

Returns:

  • void

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

SetType

void SetType(eProcAnimType aType)


Parameters

Returns:

  • void

References


See all references...