beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

ArrayPack Op



ArrayPack
Namespace: Ops.Array

Op author: pandur

Packs multiple arrays into a new array


This is slower than ArrayPack2,ArrayPack3,ArrayPack4

You should only use this if it's not executed for animations (e.g. for loading data once)

Example:

Array 0 is [0,0,0,0,0]
Array 1 is [1,1,1,1,1]

resulting Array will be: Array 1 is [0,1,0,1,0,1,0,1,0,1]



Inputs

Array 0 (Array)
Array 1 (Array)
Array 2 (Array)
Array 3 (Array)
Array 4 (Array)
Array 5 (Array)
Array 6 (Array)
Array 7 (Array)

Outputs

Result (Array)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

arraypack example


Patches using ArrayPack

  • Examples (1)
  • Public
  • My Patches

Changelog


created op
2019-10-14 - pandur