ArrayResize
- Синтаксис
-
native bool:ArrayResize(Array:which, newsize);
Переменная | Описание |
---|---|
which |
Array handle |
newsize |
New size |
- Описание
- Resizes an array.
- Пометка
-
If the size is smaller than the current array size the array is truncated and data lost.
- Возвращает
- Функция ничего не возвращает