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

Protected Member Functions

void SpawnNewPlankPile (SawPlanksActionData data, float quantity)

Protected Attributes

ItemBase m_Planks
ref InventoryLocation m_PlanksLocation = new InventoryLocation

Private Member Functions

void ActionSawPlanks ()
override bool ActionCondition (PlayerBase player, ActionTarget target, ItemBase item)
override ActionData CreateActionData ()
override void CreateConditionComponents ()
override void OnFinishProgressServer (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)

Static Private Attributes

static const int DECREASE_HEALTH_OF_TOOL_DEFAULT = 10
static const int YIELD = 3

Detailed Description

Definition at line 40 of file actionsawplanks.c.

Constructor & Destructor Documentation

◆ ActionSawPlanks()

Member Function Documentation

◆ ActionCondition()

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

Definition at line 65 of file actionsawplanks.c.

References ActionTarget.

◆ CreateActionData()

override ActionData CreateActionData ( )
inlineprivate

Definition at line 93 of file actionsawplanks.c.

References ActionData.

◆ CreateConditionComponents()

override void CreateConditionComponents ( )
inlineprivate

◆ OnFinishProgressServer()

override void OnFinishProgressServer ( ActionData action_data)
inlineprivate

◆ SpawnNewPlankPile()

void SpawnNewPlankPile ( SawPlanksActionData data,
float quantity )
inlineprotected

Field Documentation

◆ DECREASE_HEALTH_OF_TOOL_DEFAULT

const int DECREASE_HEALTH_OF_TOOL_DEFAULT = 10
staticprivate

Definition at line 42 of file actionsawplanks.c.

◆ m_Planks

ItemBase m_Planks
protected

Definition at line 135 of file actionsawplanks.c.

◆ m_PlanksLocation

ref InventoryLocation m_PlanksLocation = new InventoryLocation
protected

Definition at line 136 of file actionsawplanks.c.

◆ YIELD

const int YIELD = 3
staticprivate

Definition at line 46 of file actionsawplanks.c.

Referenced by OnFinishProgressServer().


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