Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
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
}
ActionConsumeSingle
Definition:
actionconsumesingle.c:9
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition:
dayzplayer.c:601
ActionEatPillFromBottle
Definition:
actioneatpillfrombottle.c:1
m_Text
protected string m_Text
Definition:
actionbase.c:49
DAYZ
scripts_v1.24.157551
scripts
world
classes
useractionscomponent
actions
singleuse
medical
actioneatpillfrombottle.c
Generated by
1.8.17