Signature
native Array:ArrayClone(Array:which);
Description
Clones an array, returning a new handle with the same size and data.
Parameters
- which — Array handle
Returns
Handle to the cloned array on success, 0 otherwise
Errors
-
If an invalid handle is provided an error will be
thrown.