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

Private Member Functions

void ActionCraft ()
override bool ActionCondition (PlayerBase player, ActionTarget target, ItemBase item)
override void ApplyModifiers (ActionData action_data)
void CancelCraft (PlayerBase player)
override void CreateConditionComponents ()
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

bool m_HasStarted
ItemBase m_Item1
ItemBase m_Item2
int m_RecipeID

Detailed Description

Definition at line 9 of file actioncraft.c.

Constructor & Destructor Documentation

◆ ActionCraft()

Member Function Documentation

◆ ActionCondition()

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

Definition at line 50 of file actioncraft.c.

References ActionTarget.

◆ ApplyModifiers()

override void ApplyModifiers ( ActionData action_data)
inlineprivate

Definition at line 68 of file actioncraft.c.

References ActionData.

◆ CancelCraft()

void CancelCraft ( PlayerBase player)
inlineprivate

Definition at line 74 of file actioncraft.c.

◆ CreateConditionComponents()

override void CreateConditionComponents ( )
inlineprivate

Definition at line 30 of file actioncraft.c.

References ActionBase::m_ConditionItem, and ActionBase::m_ConditionTarget.

Field Documentation

◆ m_HasStarted

bool m_HasStarted
private

Definition at line 11 of file actioncraft.c.

◆ m_Item1

ItemBase m_Item1
private

Definition at line 13 of file actioncraft.c.

◆ m_Item2

ItemBase m_Item2
private

Definition at line 14 of file actioncraft.c.

◆ m_RecipeID

int m_RecipeID
private

Definition at line 16 of file actioncraft.c.


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