![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| class | ActionRepairCarEngineCB |
| class | RepairCarEngineActionReciveData |
Functions | |
| void | ActionRepairCarEngine () |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override void | AdjustVehicleHealthServer (ActionData action_data) |
Variables | |
| ActionRepairCarEngineCB | m_LastValidType |
| int | m_LastValidComponentIndex = -1 |
| override bool ActionCondition | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item ) |
Definition at line 20 of file actionrepaircarengine.c.
| void ActionRepairCarEngine | ( | ) |
Definition at line 9 of file actionrepaircarengine.c.
| override void AdjustVehicleHealthServer | ( | ActionData | action_data | ) |
Definition at line 60 of file actionrepaircarengine.c.
| int m_LastValidComponentIndex = -1 |
Definition at line 7 of file actionrepaircarengine.c.
| ActionRepairCarEngineCB m_LastValidType |