Skip to main content

Condition

This node evaluates a condition and sends one of two signals depending on if the condition is true or false.

The input Condition will be treated as a boolean, and the evaluation happens when the input changes, unless an explict signal is connected to the Evaluate input.

Inputs

DataDescription
ConditionA boolean that decides which output signal (On true or On false) that should be triggered when the Evaluate signal is triggered or when the condition changes, if the Evaluate signal is not connected.
SignalDescription
EvaluateEvaluates the Condition input and triggers the respective output signal. If no signal is connected to Evaluate, the node will evaluate the input everytime the input changes.

Outputs

DataDescription
Is TrueA boolean that is true when the latest evaluated value on the Condition input is true.
Is FalseA boolean that is false when the latest evaluated value on the Condition input is false.
SignalDescription
On TrueTriggered when Evaluate is triggered and Condition is true.
On FalseTriggered when Evaluate is triggered and Condition is false.