![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | ActionFillObject () |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override void | CreateConditionComponents () |
| override void | OnActionInfoUpdate (PlayerBase player, ActionTarget target, ItemBase item) |
| override void | OnFinishProgressClient (ActionData action_data) |
| override void | OnFinishProgressServer (ActionData action_data) |
Protected Attributes | |
| const int | EMPTY = 0 |
| const int | FILLED = 1 |
| int | m_ActionState |
Additional Inherited Members | |
| Private Member Functions inherited from ActionContinuousBase | |
| void | OnEndAnimationLoopClient (ActionData action_data) |
| void | OnEndAnimationLoopServer (ActionData action_data) |
| void | OnFinishProgressClient (ActionData action_data) |
| void | OnFinishProgressServer (ActionData action_data) |
| void | OnStartAnimationLoopClient (ActionData action_data) |
| void | OnStartAnimationLoopServer (ActionData action_data) |
Definition at line 9 of file actionfillobject.c.
|
inlineprotected |
Definition at line 16 of file actionfillobject.c.
References AnimatedActionBase::m_CallbackClass, AnimatedActionBase::m_CommandUID, ActionBase::m_FullBody, ActionBase::m_SpecialtyWeight, and ActionBase::m_StanceMask.
|
inlineprotected |
Definition at line 46 of file actionfillobject.c.
References ActionTarget, Class::CastTo(), EMPTY, FILLED, and m_ActionState.
|
inlineprotected |
Definition at line 25 of file actionfillobject.c.
References UAMaxDistances::DEFAULT, ActionBase::m_ConditionItem, and ActionBase::m_ConditionTarget.
|
inlineprotected |
Definition at line 32 of file actionfillobject.c.
References ActionTarget, and ActionBase::m_Text.
|
inlineprotected |
Definition at line 92 of file actionfillobject.c.
References ActionData, and Class::CastTo().
|
inlineprotected |
Definition at line 72 of file actionfillobject.c.
References ActionData, and Class::CastTo().
|
protected |
Definition at line 13 of file actionfillobject.c.
Referenced by ActionCondition().
|
protected |
Definition at line 14 of file actionfillobject.c.
Referenced by ActionCondition().
|
protected |
Definition at line 11 of file actionfillobject.c.
Referenced by ActionCondition().