ProtoFlux:Pack2

From Resonite Wiki
Revision as of 00:29, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Pack 2 to ProtoFlux:Pack2: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Pack xy
X
*
Y
Packing

The Pack 2 node takes in 2 values and combines them into a new value of a similar type, returning a variant that has the combined separated values. (Example: int + int = int2)

Inputs

X (Pseudo-Generic)

The first value to pack.

Y (Pseudo-Generic)

The second value to pack.

Outputs

* (Pseudo-Generic)

The new combined value type with the packed in information.