ProtoFlux:Conditional: Difference between revisions

From Resonite Wiki
stub
 
Added Basic description and inputs
Line 15: Line 15:
|}}
|}}


[[Category:ProtoFlux:Stubs]]
The <code>Conditional</code> node changes its output depending on the input <code>Condition</code>.
 
== Inputs ==
 
=== OnTrue ===
 
The value to output when the Condition is true.
 
=== OnFalse ===
 
The value to output when the Condition is false.
 
=== Condition ([[Type:Bool|Bool]]) ===
 
A boolean to decide which input value to output.
 
== Outputs ==
 
=== * ===
 
Returns the result.
 
 
[[Category:ProtoFlux:Operators]]
[[Category:ProtoFlux:Operators]]

Revision as of 03:28, 19 June 2024

?:
OnTrue
*
OnFalse
Condition
Operators

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

Inputs

OnTrue

The value to output when the Condition is true.

OnFalse

The value to output when the Condition is false.

Condition (Bool)

A boolean to decide which input value to output.

Outputs

*

Returns the result.