And
This node performs a logic AND operation on its inputs. If all inputs are true the node will output true. If any input is 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 AND operation on the inputs. true if both inputs are true, false otherwise. |
Signals
| Signal | Description |
|---|
| True Condition | Emitted when the AND result is true on Do |
| False Condition | Emitted when the AND result is false on Do |