Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | List of all members
CharacterCommandFall Interface Reference
Inheritance diagram for CharacterCommandFall:
[legend]

Public Member Functions

proto external void Land (int pLandType, float pFallHeight)
 end fall with land
 
proto external bool IsLanding ()
 returns true if fall is in landing state
 
proto external bool PhysicsLanded ()
 this is true when fall has physically landed - need to call Land after this is true
 

Member Function Documentation

◆ IsLanding()

proto external bool CharacterCommandFall.IsLanding ( )

returns true if fall is in landing state

◆ Land()

proto external void CharacterCommandFall.Land ( int  pLandType,
float  pFallHeight 
)

end fall with land

◆ PhysicsLanded()

proto external bool CharacterCommandFall.PhysicsLanded ( )

this is true when fall has physically landed - need to call Land after this is true


The documentation for this interface was generated from the following file: