And Node

This is one of the most common logic nodes, along with NOT and OR.

It outputs true only if all of the inputs are true. If any or all of them are false, the node will output false.

This node is used in all modules.

Inputs

Input #1 is a boolean value - a true or a false.
Input #2 is a boolean value - a true or a false.

Outputs

Output #1 is will be true whenever both inputs 1 and 2 are true. In all other situations, the output will be false.

See Also