Black Ops III

ArrayRemoveValue

Remove a value from an array (may affect multiple indexes)

Parameters

ParameterSummary
*arrayarray to operate on
*valuevalue to remove (may be undefined)
[preserve_keys]defaults to false, if true then it preserves the keys - otherwise creates integer keys

* = mandatory