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
If an invalid handle, index or block is provided an error will be thrown.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.