ren.gay
Black Ops III
ArrayInsert
insert a value into an array at a given index
Parameters
Parameter
Summary
*array
array to operate on
*value
value to insert
*index
index at which to insert the value (must be an integer) - moves existing entries as required
* = mandatory