![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | ActionCraftBolts () |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override void | CreateConditionComponents () |
| void | InitCuttingTypes () |
| bool | IsCuttingType (Object item) |
| override void | OnFinishProgressServer (ActionData action_data) |
| override void | OnStartServer (ActionData action_data) |
Protected Attributes | |
| bool | m_IsKnifeInHands |
| Ammunition_Base | m_ResultEntity |
Private Attributes | |
| const ref set< string > | CUTTING_TYPES = new set<string>() |
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 11 of file actioncraftbolts.c.
|
inlineprotected |
Definition at line 42 of file actioncraftbolts.c.
References InitCuttingTypes(), AnimatedActionBase::m_CallbackClass, AnimatedActionBase::m_CommandUID, ActionBase::m_FullBody, ActionBase::m_SpecialtyWeight, ActionBase::m_StanceMask, and ActionBase::m_Text.
|
inlineprotected |
Definition at line 66 of file actioncraftbolts.c.
References ActionTarget, and IsCuttingType().
|
inlineprotected |
Definition at line 55 of file actioncraftbolts.c.
References ActionBase::m_ConditionItem, and ActionBase::m_ConditionTarget.
|
inlineprotected |
Definition at line 18 of file actioncraftbolts.c.
References CUTTING_TYPES.
Referenced by ActionCraftBolts().
Definition at line 61 of file actioncraftbolts.c.
References CUTTING_TYPES.
Referenced by ActionCondition(), and OnStartServer().
|
inlineprotected |
Definition at line 91 of file actioncraftbolts.c.
References ActionData, m_IsKnifeInHands, and m_ResultEntity.
|
inlineprotected |
Definition at line 83 of file actioncraftbolts.c.
References ActionData, IsCuttingType(), m_IsKnifeInHands, and m_ResultEntity.
Definition at line 13 of file actioncraftbolts.c.
Referenced by InitCuttingTypes(), and IsCuttingType().
|
protected |
Definition at line 15 of file actioncraftbolts.c.
Referenced by OnFinishProgressServer(), and OnStartServer().
|
protected |
Definition at line 16 of file actioncraftbolts.c.
Referenced by OnFinishProgressServer(), and OnStartServer().