ProtoFlux:MultiAND

From Resonite Wiki
Revision as of 17:08, 29 June 2024 by AmasterAmaster (talk | contribs) (Created a page for the MultiAND node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
AND
Operands
*
+
-
Boolean

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

If all inputs are true, then the result will be true.
This node's inputs default to true.

Inputs

Operands (Pseudo-generic)

The input values to do boolean calculations with.

Outputs

* (Pseudo-generic)

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

Further Reading

Videos

See Also