DayZ 1.24
|
Go to the source code of this file.
Classes | |
class | ActionStartCarCB |
Variables | |
ActionStartCarCB | ROUGH_SPECIALTY_WEIGHT = 0.5 |
static const float | MINIMUM_BATTERY_ENERGY = 5.0 |
bool | m_BatteryCon = false |
DEPRECATED. | |
bool | m_SparkCon = false |
DEPRECATED. | |
bool | m_BeltCon = false |
DEPRECATED. | |
bool | m_FuelCon = false |
DEPRECATED. | |
override bool ActionCondition | ( | PlayerBase | player, |
ActionTarget | target, | ||
ItemBase | item ) |
Definition at line 35 of file ActionStartEngine.c.
References Class::CastTo(), and GameConstants::STATE_RUINED.
void ActionStartEngine | ( | ) |
DEPRECATED.
Definition at line 19 of file ActionStartEngine.c.
References m_LockTargetOnUse, m_SpecialtyWeight, m_StanceMask, m_Text, and ROUGH_SPECIALTY_WEIGHT.
Referenced by ActionConstructor::RegisterActions(), and ManBase::SetActions().
Definition at line 87 of file ActionStartEngine.c.
Definition at line 29 of file ActionStartEngine.c.
References m_ConditionItem, and m_ConditionTarget.
override void OnExecuteServer | ( | ActionData | action_data | ) |
Definition at line 72 of file ActionStartEngine.c.
References Class::CastTo().
override void OnFinishProgressServer | ( | ActionData | action_data | ) |
Definition at line 57 of file ActionStartEngine.c.
References Class::CastTo().
DEPRECATED.
Definition at line 14 of file ActionStartEngine.c.
DEPRECATED.
Definition at line 16 of file ActionStartEngine.c.
DEPRECATED.
Definition at line 17 of file ActionStartEngine.c.
DEPRECATED.
Definition at line 15 of file ActionStartEngine.c.
Definition at line 12 of file ActionStartEngine.c.
ActionStartCarCB ROUGH_SPECIALTY_WEIGHT = 0.5 |
Referenced by ActionStartEngine().