ArrayGetCell
- Синтаксис
-
native any:ArrayGetCell(Array:which, item, block = 0, bool:asChar = false);
Переменная | Описание |
---|---|
which |
Array handle |
item |
Item index in the array |
block |
If the array has a cellsize >1 this optionally specifies which block to read from |
asChar |
If true reads the value as a byte instead of a cell |
- Описание
- Returns a single cell of data from an array
- Возвращает
- Integer value