Black Ops III

ArrayCombine

combine two arrays into and returns one new array

Parameters

ParameterSummary
*array1array to operate on
*array2array to operate on
*allowdupesif true then allow duplicate entries, otherwise prune them out when combining
*preserve_keysif true then preserve the keys (only for string keys) otherwise renumber when combining

* = mandatory