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.
| Data | Description |
|---|
| A | The first boolean to evaluate. |
| B | The second boolean to evaluate. |
Control
| Signal | Description |
|---|
| Do | Triggers evaluation and emits True/False condition signals based on the current inputs |
Outputs
Data
| Data | Description |
|---|
| Result | The result of a logic OR operation on the inputs. true if at least one input is true, false if both are false. |
Signals
| Signal | Description |
|---|
| True Condition | Emitted when the OR result is true on Do |
| False Condition | Emitted when the OR result is false on Do |