ProtoFlux:Xor Elements

From Resonite Wiki
Revision as of 18:15, 29 June 2024 by AmasterAmaster (talk | contribs) (Created a page for the Xor Elements node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Xor
V
*
Bool Vectors

The Xor Elements node takes in a value (bool2, bool3, or bool4), and functions as a logical xor, returning true if the inputs are set to true an odd number of times.

This node is similar to the XOR node or the MultiXOR node.
- If odd number of inputs are true, then the result will be true.
- If even number of inputs are true, then the result will be false.

Inputs

V (Pseudo-Generic)

The set of inputs to check.

Outputs

* (bool)

Returns true if the inputs are set to true an odd number of times.

See Also