Retrieves the user data associated with a given string index.
int GetStringTableData(int tableidx, int stringidx, char[] userdata, int maxlength)
A string table index.
A string index.
Buffer to store the user data. This will be set to "" if there is no user data
Maximum length of string buffer.
Number of bytes written to the buffer (binary safe, includes the null terminator).
Invalid string table index or string index.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.