Retrieves the string at a given index of a string table.
int ReadStringTable(int tableidx, int stringidx, char[] str, int maxlength)
A string table index.
A string index.
Buffer to store the string value.
Maximum length of string buffer.
Number of bytes written to the buffer (UTF-8 safe).
Invalid string table index or string index.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.