Black Ops III

ArrayInsert

insert a value into an array at a given index

Parameters

ParameterSummary
*arrayarray to operate on
*valuevalue to insert
*indexindex at which to insert the value (must be an integer) - moves existing entries as required

* = mandatory