ProtoFlux:Null Coalesce

From Resonite Wiki
Revision as of 14:09, 27 June 2024 by AmasterAmaster (talk | contribs) (Updated description. Filled in the rest of the node page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
??
A
*
B
Operators

The Null Coalesce node takes two reference type inputs of the same type. If the first input is null, it returns the value of the second input. Otherwise, it returns the value of the first input.

Inputs

A (Pseudo-Generic)

The first reference value to check.

B (Pseudo-Generic)

The second reference value to check.

Outputs

* (Pseudo-Generic)

Returns the first non-null value found in order.

See Also