ProtoFlux:MultiOR

From Resonite Wiki
Revision as of 17:02, 29 June 2024 by AmasterAmaster (talk | contribs) (Created a page for the MultiOR node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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