Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
actionminetreebark.c
Go to the documentation of this file.
1class ActionMineTreeBark: ActionMineTree
2{
4 {
5 m_CommandUID = DayZPlayerConstants.CMD_ACTIONFB_CUTBARK;
6 m_FullBody = true;
7 m_StanceMask = DayZPlayerConstants.STANCEMASK_ERECT | DayZPlayerConstants.STANCEMASK_CROUCH;
8 m_SpecialtyWeight = UASoftSkillsWeight.ROUGH_HIGH;
10 }
11};
int m_CommandUID
Definition actionbase.c:31
int m_StanceMask
Definition actionbase.c:33
EHarvestType m_HarvestType
DayZPlayerConstants
defined in C++
Definition dayzplayer.c:602
EHarvestType
Definition woodbase.c:2