DayZ
1.24
Toggle main menu visibility
Main Page
Topics
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
v
w
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Loading...
Searching...
No Matches
ActionDrinkDisinfectant.c
Go to the documentation of this file.
1
class
ActionDrinkDisinfectant
:
ActionDrink
2
{
3
override
void
ApplyModifiers
(
ActionData
action_data
)
4
{
5
action_data
.m_Player.m_ModifiersManager.ActivateModifier(
eModifiers
.MDF_POISONING);
6
}
3
override
void
ApplyModifiers
(
ActionData
action_data
) {
…
}
7
};
1
class
ActionDrinkDisinfectant
:
ActionDrink
{
…
};
ActionData
Definition
ActionBase.c:21
ActionDrinkDisinfectant
Definition
ActionDrinkDisinfectant.c:2
ActionDrinkDisinfectant::ApplyModifiers
override void ApplyModifiers(ActionData action_data)
Definition
ActionDrinkDisinfectant.c:3
ActionDrink
Definition
ActionDrink.c:10
Param3
Definition
EntityAI.c:95
eModifiers
eModifiers
Definition
eModifiers.c:2
scripts
4_World
Classes
UserActionsComponent
Actions
Continuous
Medical
ActionDrinkDisinfectant.c
Generated by
1.10.0