GetStringTableMaxStrings
Returns the maximum number of strings that are allowed in a given string table.
native int GetStringTableMaxStrings(int tableidx)
Parameters
int tableidx
A string table index.
Return Value
int Maximum number of strings allowed.Error
Invalid string table index.