Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
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
}
ActionBase::m_Text
string m_Text
Definition
actionbase.c:64
ActionConsumeSingle::ActionConsumeSingle
void ActionConsumeSingle()
Definition
actionconsumesingle.c:5
ActionEatPillFromBottle::ActionEatPillFromBottle
void ActionEatPillFromBottle()
Definition
actioneatpillfrombottle.c:3
AnimatedActionBase::m_CommandUIDProne
int m_CommandUIDProne
Definition
animatedactionbase.c:144
AnimatedActionBase::m_CommandUID
int m_CommandUID
Definition
animatedactionbase.c:143
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition
dayzplayer.c:602
Games
Dayz
scripts
4_world
classes
useractionscomponent
actions
singleuse
medical
actioneatpillfrombottle.c
Generated by
1.17.0