GetStringTableNumStrings
Returns the number of strings that currently exist in a given string table.
native int GetStringTableNumStrings(int tableidx)
Parameters
int tableidx
A string table index.
Return Value
int Number of strings that currently exist.Error
Invalid string table index.