OvrIfElse

Subclass of Ovr.OvrNode

Description

This Node is responsible for handling if-else statements, executing different sets of OvrNodes depending on certain OvrConditions.

Attributes

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

NameTypeDescription

BooleanLogicalOperator

Boolean operator selected

OvrConditions

Set of conditions to satisfy, which resulting truth value depends on the boolean logical operator selected

SatisfiedConditionNodes

Set of nodes to execute if the conditions are met

UnsatisfiedConditionNodes

Set of nodes to execute if the conditions aren't met

Last updated