Clones an array, returning a new handle with the same size and data. This should NOT be confused with CloneHandle. This is a completely new handle with the same data but no relation to the original. You MUST close it.
Handle CloneArray(Handle array)
Array handle to be cloned
New handle to the cloned array object
Invalid Handle
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.