Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_ScenarioFrameworkDamageContextConditionHitZone.c
Go to the documentation of this file.
3{
4 [Attribute(desc: "Hit Zone Group")]
6
7 //------------------------------------------------------------------------------------------------
8 override bool ConditionCheck(BaseDamageContext damageContext)
9 {
10 if (!m_HitZoneGroupSelector)
11 return false;
12
13 SCR_HitZone hitZone = SCR_HitZone.Cast(damageContext.struckHitZone);
14 if (!hitZone)
15 return false;
16
17 return hitZone.GetHitZoneGroup() == m_HitZoneGroupSelector.GetHitZoneGroup();
18 }
19}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
EHitZoneGroup GetHitZoneGroup()
Definition SCR_HitZone.c:12
SCR_FieldOfViewSettings Attribute