Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actioneatpainkillertablets.c
Go to the documentation of this file.
1
class
ActionEatPainkillerTablets
:
ActionConsume
2
{
3
void
ActionEatPainkillerTablets
()
4
{
5
m_CommandUID =
DayZPlayerConstants
.CMD_ACTIONMOD_EAT;
6
m_CommandUIDProne =
DayZPlayerConstants
.CMD_ACTIONFB_EAT;
7
}
8
9
override
int
IsEat()
10
{
11
return
true
;
12
}
13
14
override
void
ApplyModifiers(
ActionData
action_data )
15
{
16
//action_data.m_Player.m_ModifiersManager.DeactivateModifier(eModifiers.MDF_POISONING);
17
}
18
};
ActionConsume
Definition:
actionconsume.c:9
ActionData
Definition:
actionbase.c:20
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition:
dayzplayer.c:601
ActionEatPainkillerTablets
Definition:
actioneatpainkillertablets.c:1
DAYZ
scripts_v1.24.157551
scripts
world
classes
useractionscomponent
actions
continuous
medical
actioneatpainkillertablets.c
Generated by
1.8.17