Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_AIDangerEvent_UnsafeArea.c
Go to the documentation of this file.
2{
3 protected float m_fRadius;
4
6
7 //------------------------------------------------------------------------------------------------
8 void SetRadius(float radius)
9 {
10 m_fRadius = radius;
11 }
12
13 //------------------------------------------------------------------------------------------------
14 float GetRadius()
15 {
16 return m_fRadius;
17 }
18}
Event which gets broadcasted from danger-causing places to AI.
EMovementType