ArrayPushArray
- Синтаксис
-
native ArrayPushArray(Array:which, const any:input[], size = -1);
Переменная | Описание |
---|---|
which |
Array handle |
input |
Array to copy to the cellarray |
size |
If not set, assumes the buffer size is equal to the cellsize. Otherwise, the specified size is used. |
- Описание
- Creates a new item at the end of the cellarray and copies the provided array into it.
- Пометка
-
The input will be truncated if it is bigger than the cellsize the array was created with.
- Возвращает
- Index of the new entry