GetStringTableName
Retrieves the name of a string table.
native int GetStringTableName(int tableidx, char[] name, int maxlength)
Parameters
int tableidx
A string table index.
char[] name
Buffer to store the name of the string table.
int maxlength
Maximum length of string buffer.
Return Value
int Number of bytes written to the buffer (UTF-8 safe).Error
Invalid string table index.