native

ArrayClone

Syntax

native Array:ArrayClone(Array:which);

Description

Clones an array, returning a new handle with the same size and data.

Parameters

which Array handle

Return

Handle to the cloned array on success, 0 otherwise

Error

If an invalid handle is provided an error will be
thrown.