ArrayBreakOut Op
This op is deprecated!
It will not receive any updatesBreaks out the values of an array (array-value converter)
Summary (oneliner)
In a lot of cases you need to access multiple indexes of an array side by side, so you would connect a lot of Ops.Array.ArrayGetValue ops to the array with different indexes.
ArrayBreakOut
makes this a bit easier as it breaks out the first 12 values of the array.
If the input array is bigger than there are ports available the remaining values will be available in the Rest Array
.
- Ops.Extension.Deprecated.ArrayBreakOut
- Extension Op - Visible to all users
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
The array you want to access
The default value to use when there is no array connected, or when the connected value does not fill all ports of the op
OUTPUT PORTS
Value of array at index 0
Value of array at index 1
Value of array at index 2
Value of array at index 3
Value of array at index 4
Value of array at index 5
Value of array at index 6
Value of array at index 7
Value of array at index 8
Value of array at index 9
Value of array at index 10
Value of array at index 11
Contains the remaining values if the input array is bigger than the available output ports, makes the op chainable