DayZ 1.24
Loading...
Searching...
No Matches
AreaDamageRegularRaycasted.c
Go to the documentation of this file.
1// DEPRECATED: Left for backwards compatibility with mods
2class AreaDamageRegularRaycasted extends AreaDamageBase
3{
5 {
6
7 }
8
10
11 override void SetLoopInterval(float time)
12 {
13 m_LoopInterval = time;
14 }
15
17 {
18 m_RaycastSources = raycast_sources;
19 }
20
21 override void OnEnterServer(Object object)
22 {
23 super.OnEnterServer(object);
24
25 EvaluateDamage_Loop(object);
26 }
27}
void EvaluateDamage_Loop(Object object)
Definition AreaDamage.c:76
override void OnEnterServer(Object object)
override void SetRaycastSources(array< string > raycast_sources)
override void SetLoopInterval(float time)
void AreaDamageRegularRaycasted(EntityAI parent)