GetStringTableDataLength
Returns the length of the user data associated with a given string index.
native int GetStringTableDataLength(int tableidx, int stringidx)
Parameters
int tableidx
A string table index.
int stringidx
A string index.
Return Value
int Length of user data. This will be 0 if there is no user data.Error
Invalid string table index or string index.