Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
actionfillbottlesnow.c
Go to the documentation of this file.
1
class
ActionFillBottleSnow
:
ActionFillBottleBase
2
{
3
void
ActionFillBottleSnow
()
4
{
5
m_CallbackClass
=
ActionFillBottleBaseCB
;
6
m_CommandUID
=
DayZPlayerConstants
.CMD_ACTIONFB_FILLING_CONTAINER_SNOW;
7
m_FullBody
=
true
;
8
m_StanceMask
=
DayZPlayerConstants
.STANCEMASK_CROUCH |
DayZPlayerConstants
.STANCEMASK_ERECT;
9
m_SpecialtyWeight
= UASoftSkillsWeight.PRECISE_LOW;
10
m_Text
=
"#fill"
;
11
12
m_AllowedLiquidMask
=
LIQUID_SNOW
;
13
}
14
15
override
protected
int
GetActionCommandEx
(ActionData actionData)
16
{
17
//skip parents super, can be omitted if parent is split into two actions
18
19
int
commandOverride =
GetCommandOverride
(actionData);
20
if
(commandOverride != -1)
21
return
commandOverride;
22
23
return
GetActionCommand
(actionData.m_Player);
24
}
25
}
m_StanceMask
int m_StanceMask
Definition
actionbase.c:33
LIQUID_SNOW
#define LIQUID_SNOW
Definition
basicdefines.hpp:24
ActionBase::m_SpecialtyWeight
float m_SpecialtyWeight
Definition
actionbase.c:77
ActionBase::m_Text
string m_Text
Definition
actionbase.c:58
ActionBase::m_FullBody
bool m_FullBody
Definition
actionbase.c:61
ActionFillBottleBaseCB
Definition
actionfillbottlebase.c:2
ActionFillBottleBase
Definition
actionfillbottlebase.c:32
ActionFillBottleBase::m_AllowedLiquidMask
int m_AllowedLiquidMask
Definition
actionfillbottlebase.c:35
ActionFillBottleSnow
Definition
actionfillbottlesnow.c:2
ActionFillBottleSnow::GetActionCommandEx
int GetActionCommandEx(ActionData actionData)
Definition
actionfillbottlesnow.c:15
AnimatedActionBase::m_CommandUID
int m_CommandUID
Definition
animatedactionbase.c:143
AnimatedActionBase::m_CallbackClass
m_CallbackClass
Definition
animatedactionbase.c:145
AnimatedActionBase::GetActionCommand
int GetActionCommand(PlayerBase player)
Definition
animatedactionbase.c:263
AnimatedActionBase::GetCommandOverride
int GetCommandOverride(ActionData actionData)
Definition
animatedactionbase.c:275
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition
dayzplayer.c:602
Daten
4_world
classes
useractionscomponent
actions
continuous
actionfillbottlesnow.c
Generated by
1.12.0