Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
areadamageregular.c
Go to the documentation of this file.
1// DEPRECATED: Left for backwards compatibility with mods
3{
4 void AreaDamageRegular(EntityAI parent)
5 {
6
7 }
8
9 void ~AreaDamageRegular() {}
10
11 override void SetLoopInterval( float time )
12 {
13 m_LoopInterval = time;
14 }
15
16 override void SetHitZones( array<string> hitzones )
17 {
18 m_HitZones = hitzones;
19 }
20
21 override void OnEnterServer(Object object)
22 {
23 super.OnEnterServer(object);
24
25 EvaluateDamage_Loop(object);
26 }
27}
Result for an object found in CGame.IsBoxCollidingGeometryProxy.