Sets a string value in an array.
int SetString(int index, const char[] value, int size, int block)
Index in the array.
String value to set.
If not set, assumes the buffer size is equal to the blocksize. Otherwise, the size passed is used.
Optionally specify which block to write to (useful if the blocksize > 0).
Number of characters copied.
Invalid index.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.