Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actionminetreebark.c
Go to the documentation of this file.
1
class
ActionMineTreeBark
:
ActionMineTree
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;
8
m_SpecialtyWeight
=
UASoftSkillsWeight
.ROUGH_HIGH;
9
m_HarvestType
=
EHarvestType
.BARK;
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
DAYZ
scripts_v1.24.157551
scripts
world
classes
useractionscomponent
actions
continuous
actionminetreebark.c
Generated by
1.8.17