Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | RepairCarPartActionReciveData |
class | ActionRepairCarPartCB |
Functions | |
void | ActionRepairCarPart () |
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 | |
RepairCarPartActionReciveData | m_DamageZone |
ActionRepairCarPartCB | m_LastValidType |
string | m_CurrentDamageZone = "" |
int | m_LastValidComponentIndex = -1 |
override bool ActionCondition | ( | PlayerBase | player, |
ActionTarget | target, | ||
ItemBase | item | ||
) |
Definition at line 43 of file actionrepaircarpart.c.
void ActionRepairCarPart | ( | ) |
Definition at line 25 of file actionrepaircarpart.c.
override ActionData CreateActionData | ( | ) |
Definition at line 132 of file actionrepaircarpart.c.
override void CreateConditionComponents | ( | ) |
Definition at line 37 of file actionrepaircarpart.c.
override void HandleReciveData | ( | ActionReciveData | action_recive_data, |
ActionData | action_data | ||
) |
Definition at line 170 of file actionrepaircarpart.c.
override void OnFinishProgressServer | ( | ActionData | action_data | ) |
Definition at line 82 of file actionrepaircarpart.c.
override bool ReadFromContext | ( | ParamsReadContext | ctx, |
out ActionReciveData | action_recive_data | ||
) |
Definition at line 150 of file actionrepaircarpart.c.
override void WriteToContext | ( | ParamsWriteContext | ctx, |
ActionData | action_data | ||
) |
Definition at line 138 of file actionrepaircarpart.c.
string m_CurrentDamageZone = "" |
Definition at line 22 of file actionrepaircarpart.c.
RepairCarPartActionReciveData m_DamageZone |
int m_LastValidComponentIndex = -1 |
Definition at line 23 of file actionrepaircarpart.c.
ActionRepairCarPartCB m_LastValidType |