Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_CustomTriggerConditionsGeneric.c
Go to the documentation of this file.
3{
4 [Attribute(desc: "Conditions that will be checked", category: "Activation")]
5 ref array<ref SCR_ScenarioFrameworkActivationConditionBase> m_aGenericConditions;
6
7 [Attribute(defvalue: SCR_EScenarioFrameworkLogicOperators.AND.ToString(), UIWidgets.ComboBox, "Which Boolean Logic will be used.", "", enums: SCR_EScenarioFrameworkLogicOperatorHelper.GetParamInfo(), category: "Trigger")]
9
10 //------------------------------------------------------------------------------------------------
13 override bool Init(IEntity entity)
14 {
16 if (!trigger)
17 return true;
18
19 return SCR_ScenarioFrameworkActivationConditionBase.EvaluateEmptyOrConditions(m_eConditionLogic, m_aGenericConditions, trigger);
20 }
21}
override void Init()
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
UI Textures DeployMenu Briefing conflict_HintBanner_1_UI desc
SCR_FieldOfViewSettings Attribute