Skip to main content

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.

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 AND operation on the inputs. true if both inputs are true, false otherwise.

Signals

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