ProtoFlux:Multi Null Coalesce

From Resonite Wiki
Revision as of 14:13, 27 June 2024 by AmasterAmaster (talk | contribs) (Filled in this node page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
??
Operands
*
+
-
Operators

The Multi Null Coalesce node operates similarly to the regular Null Coalesce node, but take multiple reference types of the same type as input. The output will be the first non-null value from the list of inputs.

Inputs

Operands (Pseudo-Generic)

The list of reference values to check.

Outputs

* (Pseudo-Generic)

Returns the first non-null value found in order.

See Also