DayZ 1.24
|
Private Member Functions | |
void | DayZPlayerImplementJumpClimb (DayZPlayerImplement pPlayer) |
bool | WasSuccessful () |
Only valid immediately after 'JumpOrClimb' is called. | |
void | JumpOrClimb () |
Can't change to bool return. | |
void | CheckAndFinishJump (int pLandType=0) |
bool | Climb (SHumanCommandClimbResult pClimbRes) |
void | Jump () |
int | GetClimbType (float pHeight) |
Private Attributes | |
bool | m_bIsJumpInProgress = false |
DayZPlayerImplement | m_Player |
bool | m_bWasClimb |
Definition at line 1 of file DayZPlayerImplementJumpClimb.c.
|
inlineprivate |
Definition at line 3 of file DayZPlayerImplementJumpClimb.c.
References m_Player.
Definition at line 59 of file DayZPlayerImplementJumpClimb.c.
References m_bIsJumpInProgress, and m_Player.
|
inlineprivate |
Definition at line 68 of file DayZPlayerImplementJumpClimb.c.
References GetClimbType(), m_bWasClimb, and m_Player.
Referenced by JumpOrClimb().
Definition at line 92 of file DayZPlayerImplementJumpClimb.c.
Referenced by Climb(), and JumpOrClimb().
|
inlineprivate |
Definition at line 82 of file DayZPlayerImplementJumpClimb.c.
References m_bIsJumpInProgress, and m_Player.
Referenced by JumpOrClimb().
|
inlineprivate |
Can't change to bool return.
Reset states
Early exit if the player is being heavy damaged so the stagger animation can't be skipped
Definition at line 15 of file DayZPlayerImplementJumpClimb.c.
References Climb(), HumanCommandClimb::DoClimbTest(), GetClimbType(), Jump(), m_bWasClimb, m_Player, and SHumanCommandClimbSettings().
|
inlineprivate |
Only valid immediately after 'JumpOrClimb' is called.
Definition at line 9 of file DayZPlayerImplementJumpClimb.c.
References m_bIsJumpInProgress, and m_bWasClimb.
Definition at line 106 of file DayZPlayerImplementJumpClimb.c.
Referenced by CheckAndFinishJump(), Jump(), and WasSuccessful().
|
private |
Definition at line 110 of file DayZPlayerImplementJumpClimb.c.
Referenced by Climb(), JumpOrClimb(), and WasSuccessful().
|
private |
Definition at line 109 of file DayZPlayerImplementJumpClimb.c.
Referenced by CheckAndFinishJump(), Climb(), DayZPlayerImplementJumpClimb(), Jump(), and JumpOrClimb().