Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
CharacterCommandClimb Interface Reference

command itself More...

Inheritance diagram for CharacterCommandClimb:
[legend]

Public Member Functions

proto external int GetState ()
 returns the state of climb (enum value of ClimbStates);
 
proto external vector GetGrabPointWS ()
 returns world space position of climbing grab point
 
proto external vector GetClimbOverStandPointWS ()
 returns world space position of landspot after climbing over
 

Static Public Member Functions

static proto bool DoClimbTest (ChimeraCharacter pHuman, CharacterCommandClimbSettings pSettings, CharacterCommandClimbResult pResult)
 

Detailed Description

command itself

Member Function Documentation

◆ DoClimbTest()

static proto bool CharacterCommandClimb.DoClimbTest ( ChimeraCharacter  pHuman,
CharacterCommandClimbSettings  pSettings,
CharacterCommandClimbResult  pResult 
)
static

◆ GetClimbOverStandPointWS()

proto external vector CharacterCommandClimb.GetClimbOverStandPointWS ( )

returns world space position of landspot after climbing over

◆ GetGrabPointWS()

proto external vector CharacterCommandClimb.GetGrabPointWS ( )

returns world space position of climbing grab point

◆ GetState()

proto external int CharacterCommandClimb.GetState ( )

returns the state of climb (enum value of ClimbStates);


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