GetStringTableDataLength Function

Returns the length of the user data associated with a given string index.

int GetStringTableDataLength(int tableidx, int stringidx)

Parameters

int tableidx

A string table index.

int stringidx

A string index.

Return Value

Length of user data. This will be 0 if there is no user data.

Errors

Invalid string table index or string index.