![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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;") |
| Enumerator | |
|---|---|
| AND | |
| OR | |
| NOT | |
| XOR | |
Definition at line 1 of file SCR_EScenarioFrameworkLogicOperators.c.
| 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;") |