DayZ 1.24
Loading...
Searching...
No Matches
HumanCommandClimb Class Reference

command itself More...

Private Member Functions

void HumanCommandClimb ()
 
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 DebugDrawClimb (Human pHuman, int pLevel)
 

Detailed Description

command itself

Definition at line 760 of file human.c.

Constructor & Destructor Documentation

◆ HumanCommandClimb()

void HumanCommandClimb::HumanCommandClimb ( )
inlineprivate

Definition at line 762 of file human.c.

762{}

◆ ~HumanCommandClimb()

void HumanCommandClimb::~HumanCommandClimb ( )
inlineprivate

Definition at line 763 of file human.c.

763{}

Member Function Documentation

◆ DebugDrawClimb()

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

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

◆ DoClimbTest()

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

debug draws climb heauristics pDebugDrawLevel viz DebugDrawClimb

Referenced by DayZPlayer::CommandHandler(), and DayZPlayerImplementJumpClimb::JumpOrClimb().

◆ GetClimbOverStandPointWS()

proto native vector HumanCommandClimb::GetClimbOverStandPointWS ( )
private

returns world space position of landspot after climbing over

◆ GetGrabPointWS()

proto native vector HumanCommandClimb::GetGrabPointWS ( )
private

returns world space position of climbing grab point

◆ GetState()

proto native int HumanCommandClimb::GetState ( )
private

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


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