Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_EScenarioFrameworkLogicOperators.c
Go to the documentation of this file.
8
9class SCR_EScenarioFrameworkLogicOperatorHelper
10{
11 protected static ref ParamEnumArray s_ParamEnumArray = SCR_AttributesHelper.ParamFromDescriptions(SCR_EScenarioFrameworkLogicOperators, "All conditions must be true; At least one condition must be true; At least one condition must be false; Exactly one condition must be true;");
12
13 //------------------------------------------------------------------------------------------------
15 static ParamEnumArray GetParamInfo()
16 {
17 return s_ParamEnumArray;
18 }
19}
enum SCR_EScenarioFrameworkLogicOperators s_ParamEnumArray
static ParamEnumArray ParamFromDescriptions(typename enumType, string descriptions)