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.
Data | Description |
---|
Condition | A 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. |
Signal | Description |
---|
Evaluate | Evaluates 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
Data | Description |
---|
Is True | A boolean that is true when the latest evaluated value on the Condition input is true. |
Is False | A boolean that is false when the latest evaluated value on the Condition input is false. |
Signal | Description |
---|
On True | Triggered when Evaluate is triggered and Condition is true. |
On False | Triggered when Evaluate is triggered and Condition is false. |