DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | GetOutTransportActionData |
Variables | |
GetOutTransportActionData | m_DmgFactor = 60 |
int | m_ShockFactor = 15 |
const int | LOW_SPEED_VALUE = 20 |
const int | HIGH_SPEED_VALUE = 30 |
const int | HEALTH_LOW_SPEED_VALUE = 30 |
const int | HEALTH_HIGH_SPEED_VALUE = 70 |
|
private |
Definition at line 53 of file ActionGetOutTransport.c.
|
private |
Definition at line 24 of file ActionGetOutTransport.c.
References m_StanceMask, and m_Text.
Referenced by ActionConstructor::RegisterActions(), and ManBase::SetActions().
|
private |
Definition at line 185 of file ActionGetOutTransport.c.
References Class::CastTo(), HIGH_SPEED_VALUE, LOW_SPEED_VALUE, Math::RandomInt(), and Math::RandomIntInclusive().
Referenced by OnEndServer().
Definition at line 136 of file ActionGetOutTransport.c.
Definition at line 141 of file ActionGetOutTransport.c.
|
private |
Definition at line 30 of file ActionGetOutTransport.c.
Definition at line 37 of file ActionGetOutTransport.c.
References m_ConditionItem, and m_ConditionTarget.
Definition at line 146 of file ActionGetOutTransport.c.
References AC_INTERACT.
|
private |
Definition at line 43 of file ActionGetOutTransport.c.
Definition at line 48 of file ActionGetOutTransport.c.
|
private |
Definition at line 151 of file ActionGetOutTransport.c.
|
private |
Definition at line 157 of file ActionGetOutTransport.c.
References ApplyJumpOutDmg(), Class::CastTo(), Math::Clamp(), HEALTH_HIGH_SPEED_VALUE, HEALTH_LOW_SPEED_VALUE, and Math::InverseLerp().
|
private |
Definition at line 80 of file ActionGetOutTransport.c.
References Class::CastTo(), GetDayZGame(), and ProcessGetOutActionData().
|
private |
Definition at line 110 of file ActionGetOutTransport.c.
References Class::CastTo().
|
private |
Definition at line 127 of file ActionGetOutTransport.c.
|
private |
Definition at line 69 of file ActionGetOutTransport.c.
References m_DmgFactor, and m_ShockFactor.
Referenced by OnStart().
|
private |
Definition at line 22 of file ActionGetOutTransport.c.
Referenced by OnEndServer().
Definition at line 21 of file ActionGetOutTransport.c.
Referenced by OnEndServer().
Definition at line 19 of file ActionGetOutTransport.c.
Referenced by ApplyJumpOutDmg().
Definition at line 18 of file ActionGetOutTransport.c.
Referenced by ApplyJumpOutDmg().
GetOutTransportActionData m_DmgFactor = 60 |
Referenced by ProcessGetOutActionData().
int m_ShockFactor = 15 |
Definition at line 15 of file ActionGetOutTransport.c.
Referenced by ProcessGetOutActionData().