DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
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
protected 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_CommandUIDProne
protected int m_CommandUIDProne
Definition
AnimatedActionBase.c:136
AnimatedActionBase::m_CommandUID
protected int m_CommandUID
Definition
AnimatedActionBase.c:135
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition
dayzplayer.c:602