HPL3/Amnesia: Rebirth/Scripting/cLinearOscillation

From Frictional Wiki
< HPL3‎ | Amnesia: Rebirth‎ | Scripting
Revision as of 23:20, 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 down_speed
float max
float min
float up_speed
float val

Functions

Return Type Function And Description
void SetUp(float afMin, float afMax, float afVal, float afUpSpeed, float afDownSpeed)
void Update(float afTimeStep)

Details

down_speed

float down_speed

max

float max

min

float min

SetUp

void SetUp(float afMin,
           float afMax,
           float afVal,
           float afUpSpeed,
           float afDownSpeed)


Parameters

  • afMin (float) —
  • afMax (float) —
  • afVal (float) —
  • afUpSpeed (float) —
  • afDownSpeed (float) —

Returns:

  • void

up_speed

float up_speed

Update

void Update(float afTimeStep)


Parameters

  • afTimeStep (float) —

Returns:

  • void

val

float val

References


See all references...