ArrayClone

Syntax

native Array:ArrayClone(Array:which);

Usage

which
Array handle

Description

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

Return

Handle to the cloned array on success, 0 otherwise

Error

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