Retrieves a cell value from an array.
any GetArrayCell(Handle array, int index, int block, bool asChar)
Array Handle.
Index in the array.
Optionally specify which block to read from (useful if the blocksize > 0).
Optionally read as a byte instead of a cell.
Value read.
Invalid Handle, invalid index, or invalid block.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.