Or Node

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

It outputs true if any of the inputs are true. If 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 either inputs 1 and 2 are true. It will only output false in the event that both inputs are false.

See Also