DayZ
1.24
Loading...
Searching...
No Matches
ActionEatPillFromBottle.c
Go to the documentation of this file.
1
class
ActionEatPillFromBottle
:
ActionConsumeSingle
2
{
3
void
ActionEatPillFromBottle
()
4
{
5
m_CommandUID
=
DayZPlayerConstants
.CMD_ACTIONMOD_EAT_PILL;
6
m_CommandUIDProne
=
DayZPlayerConstants
.CMD_ACTIONFB_EAT_PILL;
7
8
m_Text
=
"#eat"
;
9
}
10
}
m_Text
string m_Text
Definition
ActionBase.c:49
ActionConsumeSingle
Definition
ActionConsumeSingle.c:10
ActionEatPillFromBottle
Definition
ActionEatPillFromBottle.c:2
ActionEatPillFromBottle::ActionEatPillFromBottle
void ActionEatPillFromBottle()
Definition
ActionEatPillFromBottle.c:3
AnimatedActionBase::m_CommandUID
int m_CommandUID
Definition
AnimatedActionBase.c:122
AnimatedActionBase::m_CommandUIDProne
int m_CommandUIDProne
Definition
AnimatedActionBase.c:123
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition
dayzplayer.c:597
scripts
4_World
Classes
UserActionsComponent
Actions
SingleUse
Medical
ActionEatPillFromBottle.c
Generated by
1.10.0