Dayz
Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Toggle main menu visibility
Loading...
Searching...
No Matches
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
};
ActionData
ActionBase ActionData
Definition
actionbase.c:30
ActionBitePainkillerTablets::ActionBitePainkillerTablets
void ActionBitePainkillerTablets()
Definition
actionbitepainkillertablets.c:3
ActionBitePainkillerTablets::ApplyModifiers
override void ApplyModifiers(ActionData action_data)
Definition
actionbitepainkillertablets.c:8
ActionConsumeSingle::ActionConsumeSingle
void ActionConsumeSingle()
Definition
actionconsumesingle.c:5
Games
Dayz
scripts
4_world
classes
useractionscomponent
actions
singleuse
medical
actionbitepainkillertablets.c
Generated by
1.17.0