Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
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
ActionData
ActionBase ActionData
Definition
actionbase.c:30
ActionBase::m_FullBody
bool m_FullBody
Definition
actionbase.c:67
ActionBase::m_Text
string m_Text
Definition
actionbase.c:64
ActionBase::m_SpecialtyWeight
float m_SpecialtyWeight
Definition
actionbase.c:83
ActionFillBottleBaseCB
Definition
actionfillbottlebase.c:2
ActionFillBottleBase::ActionFillBottleBase
void ActionFillBottleBase()
Definition
actionfillbottlebase.c:32
ActionFillBottleBase::m_AllowedLiquidMask
int m_AllowedLiquidMask
Definition
actionfillbottlebase.c:30
ActionFillBottleSnow::ActionFillBottleSnow
void ActionFillBottleSnow()
Definition
actionfillbottlesnow.c:3
ActionFillBottleSnow::GetActionCommandEx
int GetActionCommandEx(ActionData actionData)
Definition
actionfillbottlesnow.c:15
AnimatedActionBase::GetActionCommand
int GetActionCommand(PlayerBase player)
Definition
animatedactionbase.c:263
AnimatedActionBase::m_CommandUID
int m_CommandUID
Definition
animatedactionbase.c:143
AnimatedActionBase::m_CallbackClass
m_CallbackClass
Definition
animatedactionbase.c:145
AnimatedActionBase::GetCommandOverride
int GetCommandOverride(ActionData actionData)
Definition
animatedactionbase.c:275
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition
dayzplayer.c:602
LIQUID_SNOW
const int LIQUID_SNOW
Definition
constants.c:552
Games
Dayz
scripts
4_world
classes
useractionscomponent
actions
continuous
actionfillbottlesnow.c
Generated by
1.17.0