Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | RepairCarEngineActionReciveData |
class | ActionRepairCarEngineCB |
Functions | |
void | ActionRepairCarEngine () |
override void | CreateConditionComponents () |
override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
override void | OnFinishProgressServer (ActionData action_data) |
override ActionData | CreateActionData () |
override void | WriteToContext (ParamsWriteContext ctx, ActionData action_data) |
override bool | ReadFromContext (ParamsReadContext ctx, out ActionReciveData action_recive_data) |
override void | HandleReciveData (ActionReciveData action_recive_data, ActionData action_data) |
Variables | |
RepairCarEngineActionReciveData | m_DamageZone |
ActionRepairCarEngineCB | m_LastValidType |
string | m_CurrentDamageZone = "" |
int | m_LastValidComponentIndex = -1 |
override bool ActionCondition | ( | PlayerBase | player, |
ActionTarget | target, | ||
ItemBase | item | ||
) |
Definition at line 42 of file actionrepaircarengine.c.
void ActionRepairCarEngine | ( | ) |
Definition at line 25 of file actionrepaircarengine.c.
override ActionData CreateActionData | ( | ) |
Definition at line 130 of file actionrepaircarengine.c.
override void CreateConditionComponents | ( | ) |
Definition at line 36 of file actionrepaircarengine.c.
override void HandleReciveData | ( | ActionReciveData | action_recive_data, |
ActionData | action_data | ||
) |
Definition at line 168 of file actionrepaircarengine.c.
override void OnFinishProgressServer | ( | ActionData | action_data | ) |
Definition at line 90 of file actionrepaircarengine.c.
override bool ReadFromContext | ( | ParamsReadContext | ctx, |
out ActionReciveData | action_recive_data | ||
) |
Definition at line 148 of file actionrepaircarengine.c.
override void WriteToContext | ( | ParamsWriteContext | ctx, |
ActionData | action_data | ||
) |
Definition at line 136 of file actionrepaircarengine.c.
string m_CurrentDamageZone = "" |
Definition at line 22 of file actionrepaircarengine.c.
RepairCarEngineActionReciveData m_DamageZone |
int m_LastValidComponentIndex = -1 |
Definition at line 23 of file actionrepaircarengine.c.
ActionRepairCarEngineCB m_LastValidType |