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
AreaDamageRegularDeferred.c
Go to the documentation of this file.
1
// DEPRECATED: Left for backwards compatibility with mods
2
class
AreaDamageRegularDeferred
extends
AreaDamageRegular
3
{
4
void
AreaDamageRegularDeferred
(
EntityAI
parent)
5
{
6
7
}
4
void
AreaDamageRegularDeferred
(
EntityAI
parent) {
…
}
8
9
void
~AreaDamageRegularDeferred
() {}
10
11
override
void
SetLoopInterval
(
float
time
)
12
{
13
m_LoopInterval =
time
;
14
}
11
override
void
SetLoopInterval
(
float
time
) {
…
}
15
16
override
void
SetDeferDuration
(
float
time
)
17
{
18
m_DeferDuration
=
time
;
19
}
16
override
void
SetDeferDuration
(
float
time
) {
…
}
20
21
override
void
SetHitZones
(
array<string>
hitzones
)
22
{
23
m_HitZones =
hitzones
;
24
}
21
override
void
SetHitZones
(
array<string>
hitzones
) {
…
}
25
26
override
void
OnEnterServer
(
Object
object
)
27
{
28
super
.OnEnterServer(
object
);
29
30
EvaluateDamage_DeferLoop(
object
);
31
}
26
override
void
OnEnterServer
(
Object
object
) {
…
}
32
}
2
class
AreaDamageRegularDeferred
extends
AreaDamageRegular
{
…
};
m_DeferDuration
AreaDamageOnce m_DeferDuration
Time the damage should be deferred in seconds.
AreaDamageRegular
Definition
AreaDamageRegularDeferred.c:3
AreaDamageRegular::AreaDamageRegularDeferred
void AreaDamageRegularDeferred(EntityAI parent)
Definition
AreaDamageRegularDeferred.c:4
AreaDamageRegular::OnEnterServer
override void OnEnterServer(Object object)
Definition
AreaDamageRegularDeferred.c:26
AreaDamageRegular::SetDeferDuration
override void SetDeferDuration(float time)
Definition
AreaDamageRegularDeferred.c:16
AreaDamageRegular::~AreaDamageRegularDeferred
void ~AreaDamageRegularDeferred()
Definition
AreaDamageRegularDeferred.c:9
AreaDamageRegular::SetLoopInterval
override void SetLoopInterval(float time)
Definition
AreaDamageRegularDeferred.c:11
AreaDamageRegular::SetHitZones
override void SetHitZones(array< string > hitzones)
Definition
AreaDamageRegularDeferred.c:21
EntityAI
Definition
Building.c:6
Object
Definition
ObjectTyped.c:2
Param3
Definition
EntityAI.c:95
scripts
4_World
Classes
AreaDamage
AreaDamageRegularDeferred.c
Generated by
1.10.0