DayZ 1.24
|
Protected Member Functions | |
void | InitCuttingTypes () |
void | ActionCraftBolts () |
override void | CreateConditionComponents () |
bool | IsCuttingType (Object item) |
override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
override void | OnStartServer (ActionData action_data) |
override void | OnFinishProgressServer (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 | OnStartAnimationLoopServer (ActionData action_data) |
void | OnStartAnimationLoopClient (ActionData action_data) |
void | OnEndAnimationLoopServer (ActionData action_data) |
void | OnEndAnimationLoopClient (ActionData action_data) |
void | OnFinishProgressServer (ActionData action_data) |
void | OnFinishProgressClient (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, m_FullBody, m_SpecialtyWeight, m_StanceMask, m_Text, and UASoftSkillsWeight::ROUGH_HIGH.
|
inlineprotected |
Definition at line 66 of file ActionCraftBolts.c.
References IsCuttingType().
Definition at line 55 of file ActionCraftBolts.c.
References m_ConditionItem, and 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 89 of file ActionCraftBolts.c.
References m_IsKnifeInHands, and m_ResultEntity.
|
inlineprotected |
Definition at line 83 of file ActionCraftBolts.c.
References 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().