![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
command itself More...
Private Member Functions | |
| void | HumanCommandClimb () |
| void | ~HumanCommandClimb () |
| proto native vector | GetClimbOverStandPointWS () |
| returns world space position of landspot after climbing over | |
| proto native vector | GetGrabPointWS () |
| returns world space position of climbing grab point | |
| proto native int | GetState () |
| returns the state of climb (enum value of ClimbStates); | |
Static Private Member Functions | |
| proto static native bool | DebugDrawClimb (Human pHuman, int pLevel) |
| debug draws climb heauristics int pLevel = 1 result, 2 - capsules (3 - all) | |
| proto static native bool | DoClimbTest (Human pHuman, SHumanCommandClimbResult pResult, int pDebugDrawLevel) |
| debug draws climb heauristics pDebugDrawLevel viz DebugDrawClimb use for performing arbitrary climb tests | |
| proto static native bool | DoPerformClimbTest (Human pHuman, SHumanCommandClimbResult pResult, int pDebugDrawLevel) |
| debug draws climb heauristics pDebugDrawLevel viz DebugDrawClimb use this test before performing the climb command instead of DoClimbTest | |
|
inlineprivate |
|
inlineprivate |
debug draws climb heauristics int pLevel = 1 result, 2 - capsules (3 - all)
|
staticprivate |
debug draws climb heauristics pDebugDrawLevel viz DebugDrawClimb use for performing arbitrary climb tests
Referenced by DayZPlayer::CommandHandler().
|
staticprivate |
debug draws climb heauristics pDebugDrawLevel viz DebugDrawClimb use this test before performing the climb command instead of DoClimbTest
Referenced by DayZPlayerImplementJumpClimb::JumpOrClimb().
|
private |
returns world space position of landspot after climbing over
|
private |
returns world space position of climbing grab point
|
private |
returns the state of climb (enum value of ClimbStates);