OvrCondition

Subclass of Ovr.OvrNode

Description

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.

Attributes

Note: the following attributes are added to the existing ones from the super class OvrNode

NameTypeDescription

ConditionOperator

Comparing condition

Variable1

Variable to compare

Variable2

Variable to compare

Result

Boolean condition result

Last updated