Black Ops III

ArrayRemoveIndex

Remove a value from an array at a given index

Parameters

ParameterSummary
*arrayarray to operate on
*indexindex of value to remove
[preserve_keys]defaults to false, if true then it preserves the keys - otherwise creates integer keys

* = mandatory