ProtoFlux:MultiOR

From Resonite Wiki
OR
Operands
*
+
-
Boolean

The MultiOR node takes in any number of value inputs (either a bool or a number value), and functions as both a logical OR or bitwise OR depending on the type used.

If at least one of the inputs are true, then the result will be true.

Inputs

Operands (Pseudo-generic)

The input values to do boolean calculations with.

Outputs

* (Pseudo-generic)

Returns the result of a logical OR of all inputs if the node is a bool type, bitwise OR otherwise.

Further Reading

Videos

See Also