|
Modular Architecture V1.0.0
|
Classes | |
| class | Condition |
| Serialized Condition Class that will compare two references together based on a given comparison operator. Condition has it's own drawer that will set the subject and target to be references of the given Value Type. More... | |
Enumerations | |
| enum | ConditionComparison { Equal , NotEqual , Less , LessEqual , Greater , GreaterEqual } |
| enum | ConditionValueType { Int , Float , String , Bool } |