Category:ProtoFlux:Operators:Packing: Difference between revisions

Category page
Cleaning ProtoFlux Categories
m fix link spaces
 
Line 1: Line 1:
{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|Pack 2|| Pack 2 Values into a value2 (Ex: 2 floats into a float2)
|Pack2|| Pack 2 Values into a value2 (Ex: 2 floats into a float2)
|Pack 3|| Pack 3 Values into a value3 (Ex: 3 floats into a float3)
|Pack3|| Pack 3 Values into a value3 (Ex: 3 floats into a float3)
|Pack 4|| Pack 4 Values into a value2 (Ex: 4 floats into a float4)
|Pack4|| Pack 4 Values into a value2 (Ex: 4 floats into a float4)
|Pack Nullable|| Turn any primitive data type (ex: bool or float) into a value that can be null (aka non existent) (TODO: Talk about using this with the "HasValue" on Dynamic Variables)
|PackNullable|| Turn any primitive data type (ex: bool or float) into a value that can be null (aka non existent) (TODO: Talk about using this with the "HasValue" on Dynamic Variables)
|Unpack 2|| Unpack value2 into 2 Values (Ex: float2 into 2 floats)
|Unpack2|| Unpack value2 into 2 Values (Ex: float2 into 2 floats)
|Unpack 3|| Unpack value3 into 3 Values (Ex: float3 into 3 floats)
|Unpack3|| Unpack value3 into 3 Values (Ex: float3 into 3 floats)
|Unpack 4|| Unpack value4 into 4 Values (Ex: float4 into 4 floats)
|Unpack4|| Unpack value4 into 4 Values (Ex: float4 into 4 floats)
|Unpack Nullable|| Turn a nullable back into it's original data type + a bool value for if it has the value. (TODO: Talk about using this with the "HasValue" on Dynamic Variables)
|UnpackNullable|| Turn a nullable back into it's original data type + a bool value for if it has the value. (TODO: Talk about using this with the "HasValue" on Dynamic Variables)
}}
}}
[[Category:ProtoFlux:Operators]]
[[Category:ProtoFlux:Operators]]

Latest revision as of 03:48, 25 August 2025

Nodes
Node Name Description
Pack2 Pack 2 Values into a value2 (Ex: 2 floats into a float2)
Pack3 Pack 3 Values into a value3 (Ex: 3 floats into a float3)
Pack4 Pack 4 Values into a value2 (Ex: 4 floats into a float4)
PackNullable Turn any primitive data type (ex: bool or float) into a value that can be null (aka non existent) (TODO: Talk about using this with the "HasValue" on Dynamic Variables)
Unpack2 Unpack value2 into 2 Values (Ex: float2 into 2 floats)
Unpack3 Unpack value3 into 3 Values (Ex: float3 into 3 floats)
Unpack4 Unpack value4 into 4 Values (Ex: float4 into 4 floats)
UnpackNullable Turn a nullable back into it's original data type + a bool value for if it has the value. (TODO: Talk about using this with the "HasValue" on Dynamic Variables)

Pages in category "ProtoFlux:Operators:Packing"

The following 8 pages are in this category, out of 8 total.