Files
noodl-docs/nodes/logic/or.md
Eric Tuvesson 53f0d6320e Initial commit
Co-Authored-By: kotte <14197736+mrtamagotchi@users.noreply.github.com>
Co-Authored-By: mikaeltellhed <2311083+mikaeltellhed@users.noreply.github.com>
Co-Authored-By: Tore Knudsen <18231882+torekndsn@users.noreply.github.com>
Co-Authored-By: Michael Cartner <32543275+michaelcartner@users.noreply.github.com>
2023-09-05 12:08:55 +02:00

1.8 KiB

hide_title, hide_table_of_contents, title
hide_title hide_table_of_contents title
true true Or

<##head##>

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.

Any number of inputs can be used. When an input is connected a new one will be created automatically.

<##head##>

Inputs

Data Description
Input 0..N The inputs are numbered as Input 0,Input 1 etc. Whenever you connect to an input a new one is created so you will never run out of inputs.

Outputs

Data Description
Result The result of a logic OR operation on all of the inputs. Either true or false. True if at least one input is true, false if all inputs are false.