Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actionminetreebark.c
Go to the documentation of this file.
2 {
3  void ActionMineTreeBark()
4  {
5  m_CommandUID = DayZPlayerConstants.CMD_ACTIONFB_CUTBARK;
6  m_FullBody = true;
7  m_StanceMask = DayZPlayerConstants.STANCEMASK_ERECT | DayZPlayerConstants.STANCEMASK_CROUCH;
10  }
11 };
ActionMineTree
ActionMineTreeBark ActionMineTree
UASoftSkillsWeight
Definition: actionconstants.c:118
ActionMineTreeBark
Definition: actionminetreebark.c:1
m_FullBody
protected bool m_FullBody
Definition: actionbase.c:52
EHarvestType
EHarvestType
Definition: woodbase.c:1
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition: dayzplayer.c:601
m_HarvestType
EHarvestType m_HarvestType
Definition: actionminetree.c:11
m_SpecialtyWeight
protected float m_SpecialtyWeight
Definition: actionbase.c:68
m_StanceMask
protected int m_StanceMask
Definition: actionbase.c:53