Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ScenarioFrameworkDamageContextConditionCollider.c
Go to the documentation of this file.
3{
4 [Attribute("Accepted collider IDs")];
5 ref array<int> m_aColliderIDs;
6
7 //------------------------------------------------------------------------------------------------
8 override bool ConditionCheck(BaseDamageContext damageContext)
9 {
10 foreach (int colliderID : m_aColliderIDs)
11 {
12 if (colliderID == damageContext.colliderID)
13 return true;
14 }
15
16 return false;
17 }
18}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
SCR_FieldOfViewSettings Attribute