DayZ 1.24
|
Private Member Functions | |
void | ActionCraft () |
override void | CreateConditionComponents () |
override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
override void | ApplyModifiers (ActionData action_data) |
void | CancelCraft (PlayerBase player) |
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) |
Private Attributes | |
bool | m_HasStarted |
ItemBase | m_Item1 |
ItemBase | m_Item2 |
int | m_RecipeID |
Definition at line 9 of file ActionCraft.c.
|
inlineprivate |
Definition at line 18 of file ActionCraft.c.
References AnimatedActionBase::m_CallbackClass, AnimatedActionBase::m_CommandUID, m_FullBody, m_Sound, m_StanceMask, and m_Text.
|
inlineprivate |
Definition at line 50 of file ActionCraft.c.
|
inlineprivate |
Definition at line 67 of file ActionCraft.c.
|
inlineprivate |
Definition at line 72 of file ActionCraft.c.
Definition at line 30 of file ActionCraft.c.
References m_ConditionItem, and m_ConditionTarget.
|
private |
Definition at line 11 of file ActionCraft.c.
|
private |
Definition at line 13 of file ActionCraft.c.
|
private |
Definition at line 14 of file ActionCraft.c.
|
private |
Definition at line 16 of file ActionCraft.c.