Equals
==
NotEqual
!=
GreaterThan
>
LessThan
<
GreaterThanOrEqual
>=
LessThanOrEqual
<=
Subclass of Ovr.OvrNode
This Node is responsible for describing and handling boolean conditions, resulting in a boolean statement of truth.
Typically used as a foundation in more elaborate boolean checks.
Note: the following attributes are added to the existing ones from the super class OvrNode
Name | Type | Description |
---|---|---|
ConditionOperator
Comparing condition
Variable1
Variable to compare
Variable2
Variable to compare
Result
Boolean condition result