ProtoFlux:Multi Null Coalesce: Difference between revisions

From Resonite Wiki
stub, also funnie
 
Early initial documentation, update node graphic to be more reasonable.
Line 4: Line 4:
|Inputs=
|Inputs=
[
[
{"Name":"Operands", "Multi":50, "Type":"Dummy"}
{"Name":"Operands", "Multi":2, "Type":"Dummy"}
]
]
|Outputs=
|Outputs=
Line 11: Line 11:
]
]
|}}
|}}
Multi Null Coalesce operate similarly to the regular [[ProtoFlux:Null_Coalesce|Null Coalesce]] node, but take multiple arguments as input. The output will be the first non-<code>null</code> value from the list of inputs.


[[Category:ProtoFlux:Stubs]]
[[Category:ProtoFlux:Stubs]]
[[Category:ProtoFlux:Operators]]
[[Category:ProtoFlux:Operators]]

Revision as of 21:59, 18 February 2024

??
Operands
*
+
-
Operators

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