HPL3/Amnesia: Rebirth/Scripting/cLuxMoveState

From Frictional Wiki
< HPL3‎ | Amnesia: Rebirth‎ | Scripting
Revision as of 23:34, 15 November 2020 by Abion47 (talk | contribs) (Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Fields== {{CodeDocSummaryTop|Field Type|Field Name...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Field Type Field Name And Description
float mfForwardAcc
float mfForwardDeacc
float mfForwardOppositeDirAccMul
float mfMaxBackwardSpeed
float mfMaxBackwardSpeedMul
float mfMaxForwardSpeed
float mfMaxForwardSpeedMul
float mfMaxSidwaySpeed
float mfMaxSidwaySpeedMul
float mfSidewayAcc
float mfSidewayDeacc
float mfSidewayOppositeDirAccMul
int mlId
cLuxPlayer@ mpPlayer

Functions

Return Type Function And Description
int GetId()
tString GetName()
void SetAutoUpdateSpeedSettings(bool abX)

Details

GetId

int GetId()

Returns:

  • int

GetName

const tString& GetName()

Returns:

  • const tString&

mfForwardAcc

float mfForwardAcc

mfForwardDeacc

float mfForwardDeacc

mfForwardOppositeDirAccMul

float mfForwardOppositeDirAccMul

mfMaxBackwardSpeed

float mfMaxBackwardSpeed

mfMaxBackwardSpeedMul

float mfMaxBackwardSpeedMul

mfMaxForwardSpeed

float mfMaxForwardSpeed

mfMaxForwardSpeedMul

float mfMaxForwardSpeedMul

mfMaxSidwaySpeed

float mfMaxSidwaySpeed

mfMaxSidwaySpeedMul

float mfMaxSidwaySpeedMul

mfSidewayAcc

float mfSidewayAcc

mfSidewayDeacc

float mfSidewayDeacc

mfSidewayOppositeDirAccMul

float mfSidewayOppositeDirAccMul

mlId

int mlId

mpPlayer

cLuxPlayer mpPlayer

SetAutoUpdateSpeedSettings

void SetAutoUpdateSpeedSettings(bool abX)


Parameters

  • abX (bool) —

Returns:

  • void

References

See all references...