DayZ
1.24
Loading...
Searching...
No Matches
ActionInjectMorphineSelf.c
Go to the documentation of this file.
1
class
ActionInjectMorphineSelf
:
ActionInjectSelf
2
{
3
override
void
ApplyModifiers
(
ActionData
action_data
)
4
{
5
action_data
.m_MainItem.OnApply(
action_data
.m_Player);
6
//player.m_ModifiersManager.ActivateModifier(eModifiers.MDF_CHEMICALPOISON);
7
}
8
};
ActionData
Definition
ActionBase.c:21
ActionInjectMorphineSelf
Definition
ActionInjectMorphineSelf.c:2
ActionInjectMorphineSelf::ApplyModifiers
override void ApplyModifiers(ActionData action_data)
Definition
ActionInjectMorphineSelf.c:3
ActionInjectSelf
Definition
ActionInjectSelf.c:2
Param3
Definition
EntityAI.c:95
scripts
4_World
Classes
UserActionsComponent
Actions
SingleUse
Medical
ActionInjectMorphineSelf.c
Generated by
1.10.0