ProtoFlux:Conditional

From Resonite Wiki
Revision as of 10:10, 27 June 2024 by AmasterAmaster (talk | contribs) (Fixed descriptions. Added suggestion. Added See Also section.)
?:
OnTrue
*
OnFalse
Condition
Operators

The Conditional node changes its output depending on the input Condition.

If you want something similar to this but with impulses, use the If node instead.

Inputs

OnTrue (Pseudo-Generic)

The value to output when the Condition is true.

OnFalse (Pseudo-Generic)

The value to output when the Condition is false.

Condition (Bool)

A boolean to decide which input value to output.

Outputs

* (Pseudo-Generic)

Returns the result.

See Also