Retrieves a string value from an array.
int GetArrayString(Handle array, int index, char[] buffer, int maxlength, int block)
Array Handle.
Index in the array.
Buffer to copy to.
Maximum size of the buffer.
Optionally specify which block to read from (useful if the blocksize > 0).
Number of characters copied.
Invalid Handle or invalid index.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.