Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_EScenarioFrameworkLogicOperators.c File Reference

Go to the source code of this file.

Enumerations

enum  SCR_EScenarioFrameworkLogicOperators { AND , OR , NOT , XOR }

Variables

enum SCR_EScenarioFrameworkLogicOperators 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;")

Enumeration Type Documentation

◆ SCR_EScenarioFrameworkLogicOperators

Enumerator
AND 
OR 
NOT 
XOR 

Definition at line 1 of file SCR_EScenarioFrameworkLogicOperators.c.

Variable Documentation

◆ s_ParamEnumArray

enum SCR_EScenarioFrameworkLogicOperators 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;")