Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
actioneatpurificationtablets.c
Go to the documentation of this file.
1
class
ActionEatPurificationTablets
:
ActionConsume
2
{
3
void
ActionEatPurificationTablets
()
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.ActivateModifier(eModifiers.MDF_CHEMICALPOISON);
17
}
18
};
ActionConsume
Definition
actionconsume.c:10
ActionEatPurificationTablets
Definition
actioneatpurificationtablets.c:2
AnimatedActionBase::m_CommandUID
int m_CommandUID
Definition
animatedactionbase.c:143
AnimatedActionBase::m_CommandUIDProne
int m_CommandUIDProne
Definition
animatedactionbase.c:144
DayZPlayerConstants
DayZPlayerConstants
defined in C++
Definition
dayzplayer.c:602
Daten
4_world
classes
useractionscomponent
actions
continuous
medical
actioneatpurificationtablets.c
Generated by
1.12.0