ProtoFlux:Pack Nullable

From Resonite Wiki
Revision as of 17:40, 27 June 2024 by AmasterAmaster (talk | contribs) (Added a See Also section.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Pack Nullable
Value
*
HasValue
Packing

The Pack Nullable node takes in a value and an input if this value is considered as having a value. This returns a nullable version of this value.

Inputs

Value (Pseudo-Generic)

The value itself.

HasValue (bool)

Sets the state of having a value.

Outputs

* (Pseudo-Generic)

Returns the nullable version of this value.

See Also