Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
ActionMineBase Class Reference
Inheritance diagram for ActionMineBase:
ActionContinuousBase ActionMineBush ActionMineRock ActionMineBushByHand ActionMineRock1H

Private Member Functions

override bool CanBeUsedInFreelook ()
override ActionData CreateActionData ()
string GetYieldName (PlayerBase player, ActionTarget target, ItemBase item)
override void OnActionInfoUpdate (PlayerBase player, ActionTarget target, ItemBase item)
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

EHarvestType m_HarvestType = EHarvestType.NORMAL

Detailed Description

Definition at line 17 of file actionminetree.c.

Member Function Documentation

◆ CanBeUsedInFreelook()

override bool CanBeUsedInFreelook ( )
inlineprivate

Definition at line 28 of file actionminetree.c.

◆ CreateActionData()

override ActionData CreateActionData ( )
inlineprivate

Definition at line 21 of file actionminetree.c.

References ActionData, m_HarvestType, and MineActionData::m_HarvestType.

◆ GetYieldName()

string GetYieldName ( PlayerBase player,
ActionTarget target,
ItemBase item )
inlineprivate

◆ OnActionInfoUpdate()

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

Definition at line 33 of file actionminetree.c.

References ActionTarget, GetYieldName(), and ActionBase::m_Text.

Field Documentation

◆ m_HarvestType

EHarvestType m_HarvestType = EHarvestType.NORMAL
private

Definition at line 19 of file actionminetree.c.

Referenced by CreateActionData(), and GetYieldName().


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