ArrayClone
- Синтаксис
-
native Array:ArrayClone(Array:which);
Переменная | Описание |
---|---|
which |
Array handle |
- Описание
- Clones an array, returning a new handle with the same size and data.
- Возвращает
- Handle to the cloned array on success, 0 otherwise