Skip to main content

Or

This node performs a logic OR operation on its inputs. If any input is true the node will output true. If all inputs are false the node will output false.

This node now exposes two dedicated boolean inputs, A and B.

Inputs

DataDescription
AThe first boolean to evaluate.
BThe second boolean to evaluate.

Control

SignalDescription
DoTriggers evaluation and emits True/False condition signals based on the current inputs

Outputs

Data

DataDescription
ResultThe result of a logic OR operation on the inputs. true if at least one input is true, false if both are false.

Signals

SignalDescription
True ConditionEmitted when the OR result is true on Do
False ConditionEmitted when the OR result is false on Do