ProtoFlux:Pack 4

From Resonite Wiki
Revision as of 17:09, 27 June 2024 by AmasterAmaster (talk | contribs) (Created a page for the Pack 4 node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Pack xyzw
X
*
Y
Z
W
Packing

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

Inputs

X (Pseudo-Generic)

The first value to pack.

Y (Pseudo-Generic)

The second value to pack.

Z (Pseudo-Generic)

The third value to pack.

W (Pseudo-Generic)

The fourth value to pack.

Outputs

* (Pseudo-Generic)

The new combined value type with the packed in information.