ProtoFlux:XorElements: Difference between revisions

From Resonite Wiki
Created a page for the Xor Elements node.
 
m YoshBot moved page ProtoFlux:Xor Elements to ProtoFlux:XorElements: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:42, 21 August 2025

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