PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
HumanCommandClimb Class Reference

command itself More...

Private Member Functions

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

Static Private Member Functions

proto static native bool DoClimbTest (Human pHuman, SHumanCommandClimbResult pResult, int pDebugDrawLevel)
 
proto static native bool DoPerformClimbTest (Human pHuman, SHumanCommandClimbResult pResult, int pDebugDrawLevel)
 
proto static native bool DebugDrawClimb (Human pHuman, int pLevel)
 

Detailed Description

command itself

Constructor & Destructor Documentation

◆ HumanCommandClimb()

private void HumanCommandClimb ( )
inlineprivate

◆ ~HumanCommandClimb()

private void ~HumanCommandClimb ( )
inlineprivate

Member Function Documentation

◆ DebugDrawClimb()

proto static native bool DebugDrawClimb ( Human  pHuman,
int  pLevel 
)
staticprivate

debug draws climb heauristics int pLevel = 1 result, 2 - capsules (3 - all)

◆ DoClimbTest()

proto static native bool DoClimbTest ( Human  pHuman,
SHumanCommandClimbResult  pResult,
int  pDebugDrawLevel 
)
staticprivate

debug draws climb heauristics pDebugDrawLevel viz DebugDrawClimb use for performing arbitrary climb tests

Referenced by DayZPlayer::CommandHandler().

◆ DoPerformClimbTest()

proto static native bool DoPerformClimbTest ( Human  pHuman,
SHumanCommandClimbResult  pResult,
int  pDebugDrawLevel 
)
staticprivate

debug draws climb heauristics pDebugDrawLevel viz DebugDrawClimb use this test before performing the climb command instead of DoClimbTest

Referenced by DayZPlayerImplementJumpClimb::JumpOrClimb().

◆ GetClimbOverStandPointWS()

proto native vector GetClimbOverStandPointWS ( )
private

returns world space position of landspot after climbing over

◆ GetGrabPointWS()

proto native vector GetGrabPointWS ( )
private

returns world space position of climbing grab point

◆ GetState()

proto native int GetState ( )
private

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


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