![]() |
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | ActionStartCarCB |
Functions | |
| void | ActionStartEngine () |
| DEPRECATED. More... | |
| override void | CreateConditionComponents () |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override void | OnFinishProgressServer (ActionData action_data) |
| override void | OnExecuteServer (ActionData action_data) |
| override bool | CanBeUsedInVehicle () |
Variables | |
| ActionStartCarCB | ROUGH_SPECIALTY_WEIGHT = 0.5 |
| bool | m_BatteryCon = false |
| DEPRECATED. More... | |
| bool | m_SparkCon = false |
| DEPRECATED. More... | |
| bool | m_BeltCon = false |
| DEPRECATED. More... | |
| bool | m_FuelCon = false |
| DEPRECATED. More... | |
| override bool ActionCondition | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item | ||
| ) |
Definition at line 35 of file actionstartengine.c.
| void ActionStartEngine | ( | ) |
DEPRECATED.
Definition at line 19 of file actionstartengine.c.
| override bool CanBeUsedInVehicle | ( | ) |
Definition at line 93 of file actionstartengine.c.
| override void CreateConditionComponents | ( | ) |
Definition at line 29 of file actionstartengine.c.
| override void OnExecuteServer | ( | ActionData | action_data | ) |
Definition at line 76 of file actionstartengine.c.
| override void OnFinishProgressServer | ( | ActionData | action_data | ) |
Definition at line 59 of file actionstartengine.c.
| bool m_BatteryCon = false |
DEPRECATED.
Definition at line 14 of file actionstartengine.c.
| bool m_BeltCon = false |
DEPRECATED.
Definition at line 16 of file actionstartengine.c.
| bool m_FuelCon = false |
DEPRECATED.
Definition at line 17 of file actionstartengine.c.
| bool m_SparkCon = false |
DEPRECATED.
Definition at line 15 of file actionstartengine.c.
| ActionStartCarCB ROUGH_SPECIALTY_WEIGHT = 0.5 |