find_typed_string()

Updated: April 19, 2023

Synopsis:

int find_typed_string(int type_index);

Description:

Return the offset from the beginning of the type_strings section of the string with the type_index type. Return -1 if no such string is present.

Returns:

>0
Success.
-1
No string found.