ProtoFlux:Unpack2: Difference between revisions

From Resonite Wiki
Created a page for the Unpack 2 node.
 
m YoshBot moved page ProtoFlux:Unpack 2 to ProtoFlux:Unpack2: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 00:38, 21 August 2025

Unpack xy
V
X
Y
Packing

The Unpack 2 node takes in a value that contains data that can be split into 2 separate values of a similar type, returning the individual data types that made up this packed value. (Example: int2 = int + int)

Inputs

V (Pseudo-Generic)

The value we want to unpack.

Outputs

X (Pseudo-Generic)

Returns the first value from the provided packed value.

Y (Pseudo-Generic)

Returns the second value from the provided packed value.