FindStringIndex
Searches for the index of a given string in a string table.
native int FindStringIndex(int tableidx, const char[] str)
Parameters
int tableidx
A string table index.
const char[] str
String to find.
Return Value
int String index if found, INVALID_STRING_INDEX otherwise.Error
Invalid string table index.