![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | ActionConsumeSingle () |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override void | CreateConditionComponents () |
| int | GetConsumedQuantity () |
| override bool | HasProneException () |
| override bool | HasTarget () |
| override void | OnEndServer (ActionData action_data) |
| override void | OnExecuteServer (ActionData action_data) |
Private Attributes | |
| const int | DEFAULT_CONSUMED_QUANTITY = 1 |
Definition at line 1 of file actionconsumesingle.c.
|
inlineprivate |
Definition at line 5 of file actionconsumesingle.c.
References AnimatedActionBase::m_CommandUID, AnimatedActionBase::m_CommandUIDProne, and ActionBase::m_Text.
Referenced by CreateActionComponent().
|
inlineprivate |
Definition at line 34 of file actionconsumesingle.c.
References ActionTarget.
|
inlineprivate |
Definition at line 28 of file actionconsumesingle.c.
References ActionBase::m_ConditionItem, and ActionBase::m_ConditionTarget.
|
inlineprivate |
Definition at line 13 of file actionconsumesingle.c.
References DEFAULT_CONSUMED_QUANTITY.
Referenced by OnExecuteServer().
|
inlineprivate |
Definition at line 18 of file actionconsumesingle.c.
|
inlineprivate |
Definition at line 23 of file actionconsumesingle.c.
|
inlineprivate |
Definition at line 56 of file actionconsumesingle.c.
References ActionData.
|
inlineprivate |
Definition at line 40 of file actionconsumesingle.c.
References ActionData, GetConsumedQuantity(), PlayerConsumeData::m_Agents, PlayerConsumeData::m_Amount, PlayerConsumeData::m_Source, and PlayerConsumeData::m_Type.
|
private |
Definition at line 3 of file actionconsumesingle.c.
Referenced by GetConsumedQuantity().