![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | ActionWorldCraft () |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override bool | ActionConditionContinue (ActionData action_data) |
| override ActionData | CreateActionData () |
| override void | CreateConditionComponents () |
| override string | GetSoundCategory (ActionData action_data) |
| override string | GetText () |
| override void | HandleReciveData (ActionReciveData action_recive_data, ActionData action_data) |
| override void | OnActionInfoUpdate (PlayerBase player, ActionTarget target, ItemBase item) |
| override void | OnEndClient (ActionData action_data) |
| override void | OnEndServer (ActionData action_data) |
| override void | OnFinishProgressServer (ActionData action_data) |
| override bool | ReadFromContext (ParamsReadContext ctx, out ActionReciveData action_recive_data) |
| override bool | SetupAction (PlayerBase player, ActionTarget target, ItemBase item, out ActionData action_data, Param extra_data=NULL) |
| override void | Start (ActionData action_data) |
| override void | WriteToContext (ParamsWriteContext ctx, ActionData action_data) |
| 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) |
Private Attributes | |
| string | m_ActionPrompt |
Definition at line 34 of file actionworldcraft.c.
|
inlineprivate |
Definition at line 38 of file actionworldcraft.c.
References AnimatedActionBase::m_CallbackClass, AnimatedActionBase::m_CommandUID, ActionBase::m_FullBody, and ActionBase::m_StanceMask.
|
inlineprivate |
Definition at line 78 of file actionworldcraft.c.
References ActionTarget, and g_Game.
|
inlineprivate |
Definition at line 89 of file actionworldcraft.c.
References ActionData, Class::CastTo(), g_Game, and GetPlugin().
|
inlineprivate |
Definition at line 46 of file actionworldcraft.c.
References ActionData.
|
inlineprivate |
Definition at line 52 of file actionworldcraft.c.
References UAMaxDistances::DEFAULT, ActionBase::m_ConditionItem, and ActionBase::m_ConditionTarget.
|
inlineprivate |
Definition at line 112 of file actionworldcraft.c.
References ActionData, and GetPlugin().
|
inlineprivate |
Definition at line 65 of file actionworldcraft.c.
References Class::CastTo(), g_Game, GetPlugin(), and ActionBase::m_VariantID.
|
inlineprivate |
Definition at line 224 of file actionworldcraft.c.
References ActionData, ActionTarget, WorldCraftActionReciveData::m_RecipeID, and vector::Zero.
|
inlineprivate |
Definition at line 58 of file actionworldcraft.c.
References ActionTarget, Class::CastTo(), GetPlugin(), ActionBase::m_Text, and ActionBase::m_VariantID.
|
inlineprivate |
Definition at line 165 of file actionworldcraft.c.
References ActionData.
|
inlineprivate |
Definition at line 158 of file actionworldcraft.c.
References ActionData.
|
inlineprivate |
Definition at line 170 of file actionworldcraft.c.
References ActionData, ActionBase::AddActionJuncture(), Class::CastTo(), ActionBase::ClearActionJuncture(), ActionBase::ClearInventoryReservationEx(), g_Game, GetPlugin(), and ActionBase::InventoryReservation().
|
inlineprivate |
Definition at line 205 of file actionworldcraft.c.
References WorldCraftActionReciveData::m_RecipeID, and Serializer::Read().
|
inlineprivate |
Definition at line 126 of file actionworldcraft.c.
References ActionData, ActionTarget, Class::CastTo(), g_Game, GetPlugin(), RecipeAnimationInfo::m_AnimationUID, AnimatedActionBase::m_CommandUID, RecipeAnimationInfo::m_ItemVisible, and ActionBase::m_VariantID.
|
inlineprivate |
Definition at line 150 of file actionworldcraft.c.
References ActionData.
|
inlineprivate |
Definition at line 196 of file actionworldcraft.c.
References ActionData, and Serializer::Write().
|
private |
Definition at line 36 of file actionworldcraft.c.