DayZ 1.26
DayZ Explorer by KGB
|
command itself Подробнее...
Закрытые члены | |
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 | |
Закрытые статические члены | |
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) |
command itself
|
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
Используется в DayZPlayer::CommandHandler().
|
staticprivate |
debug draws climb heauristics pDebugDrawLevel viz DebugDrawClimb use this test before performing the climb command instead of DoClimbTest
Используется в DayZPlayerImplementJumpClimb::JumpOrClimb().
returns world space position of landspot after climbing over