Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | ActionDisinfectSelfCB |
class | ActionDisinfectBase |
Functions | |
void | ActionDisinfectSelf () |
override void | CreateConditionComponents () |
override bool | HasTarget () |
override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
override void | OnFinishProgressServer (ActionData action_data) |
Variables | |
ActionDisinfectBase | m_GramsConsumedPerUse |
override bool ActionCondition | ( | PlayerBase | player, |
ActionTarget | target, | ||
ItemBase | item | ||
) |
Definition at line 45 of file actiondisinfectself.c.
void ActionDisinfectSelf | ( | ) |
Definition at line 24 of file actiondisinfectself.c.
override void CreateConditionComponents | ( | ) |
Definition at line 34 of file actiondisinfectself.c.
override bool HasTarget | ( | ) |
Definition at line 40 of file actiondisinfectself.c.
override void OnFinishProgressServer | ( | ActionData | action_data | ) |
Definition at line 51 of file actiondisinfectself.c.
ActionDisinfectBase m_GramsConsumedPerUse |