Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
ActionWorldCraft Class Reference
Inheritance diagram for ActionWorldCraft:
ActionContinuousBase

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

Detailed Description

Definition at line 34 of file actionworldcraft.c.

Constructor & Destructor Documentation

◆ ActionWorldCraft()

Member Function Documentation

◆ ActionCondition()

override bool ActionCondition ( PlayerBase player,
ActionTarget target,
ItemBase item )
inlineprivate

Definition at line 78 of file actionworldcraft.c.

References ActionTarget, and g_Game.

◆ ActionConditionContinue()

override bool ActionConditionContinue ( ActionData action_data)
inlineprivate

Definition at line 89 of file actionworldcraft.c.

References ActionData, Class::CastTo(), g_Game, and GetPlugin().

◆ CreateActionData()

override ActionData CreateActionData ( )
inlineprivate

Definition at line 46 of file actionworldcraft.c.

References ActionData.

◆ CreateConditionComponents()

override void CreateConditionComponents ( )
inlineprivate

◆ GetSoundCategory()

override string GetSoundCategory ( ActionData action_data)
inlineprivate

Definition at line 112 of file actionworldcraft.c.

References ActionData, and GetPlugin().

◆ GetText()

override string GetText ( )
inlineprivate

Definition at line 65 of file actionworldcraft.c.

References Class::CastTo(), g_Game, GetPlugin(), and ActionBase::m_VariantID.

◆ HandleReciveData()

override void HandleReciveData ( ActionReciveData action_recive_data,
ActionData action_data )
inlineprivate

◆ OnActionInfoUpdate()

override void OnActionInfoUpdate ( PlayerBase player,
ActionTarget target,
ItemBase item )
inlineprivate

◆ OnEndClient()

override void OnEndClient ( ActionData action_data)
inlineprivate

Definition at line 165 of file actionworldcraft.c.

References ActionData.

◆ OnEndServer()

override void OnEndServer ( ActionData action_data)
inlineprivate

Definition at line 158 of file actionworldcraft.c.

References ActionData.

◆ OnFinishProgressServer()

◆ ReadFromContext()

override bool ReadFromContext ( ParamsReadContext ctx,
out ActionReciveData action_recive_data )
inlineprivate

◆ SetupAction()

override bool SetupAction ( PlayerBase player,
ActionTarget target,
ItemBase item,
out ActionData action_data,
Param extra_data = NULL )
inlineprivate

◆ Start()

override void Start ( ActionData action_data)
inlineprivate

Definition at line 150 of file actionworldcraft.c.

References ActionData.

◆ WriteToContext()

override void WriteToContext ( ParamsWriteContext ctx,
ActionData action_data )
inlineprivate

Definition at line 196 of file actionworldcraft.c.

References ActionData, and Serializer::Write().

Field Documentation

◆ m_ActionPrompt

string m_ActionPrompt
private

Definition at line 36 of file actionworldcraft.c.


The documentation for this class was generated from the following file:
  • F:/Games/Dayz/scripts/4_world/classes/useractionscomponent/actions/continuous/actionworldcraft.c