HPL3/SOMA/Scripting/iScrMoveState Interface

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting
Revision as of 16:09, 6 August 2020 by Abion47 (talk | contribs)
(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

iScrMoveState_Interface has no public fields.

Functions

Return Type Function Name Parameters Description
void CharBody_GravityCollide iCharacterBody@ apCharBody,
iPhysicsBody@ apBody,
cCollideData@ apCollideData
void CharBody_HitGround iCharacterBody@ apCharBody,
const cVector3f& avVel
float DrawDebugOutput cGuiSet@ apSet,
iFontData@ apFont,
float afStartY
cLuxMoveState@ GetBase
bool OnAction int alAction,
bool abPressed
bool OnAnalogInput int alAnalogId,
const cVector3f& avAmount
void OnEnterState int alPrevStateId
void OnLeaveState int alNextStateId
void OnMapEnter cLuxMap@ apMap
void Reset
void Update float afTimeStep

References


See all references...