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