Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actionbitepainkillertablets.c
Go to the documentation of this file.
1
class
ActionBitePainkillerTablets
:
ActionConsumeSingle
2
{
3
void
ActionBitePainkillerTablets
()
4
{
5
//m_CommandUID = DayZPlayerConstants.CMD_ACTIONMOD_LICKBATTERY;
6
}
7
8
override
void
ApplyModifiers(
ActionData
action_data )
9
{
10
//player.m_ModifiersManager.ActivateModifier(eModifiers.MDF_CHEMICALPOISON);
11
}
12
};
ActionConsumeSingle
Definition:
actionconsumesingle.c:9
ActionData
Definition:
actionbase.c:20
ActionBitePainkillerTablets
Definition:
actionbitepainkillertablets.c:1
DAYZ
scripts_v1.24.157551
scripts
world
classes
useractionscomponent
actions
singleuse
medical
actionbitepainkillertablets.c
Generated by
1.8.17