Added a See Also section. |
m YoshBot moved page ProtoFlux:Pack Nullable to ProtoFlux:PackNullable: Automated: removing spaces from ProtoFlux namespace |
||
(No difference)
|
Latest revision as of 00:29, 21 August 2025
Pack Nullable
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
- Wikipedia's definition of nullable types.
- Microsoft's documentation on the nullable value types & nullable reference types.