User Tools

Site Tools


eliteapi:functions:resources:getstringindex

GetStringIndex

Obtains a string index from the given table by its name.

ELITEAPI_API unsigned int __stdcall GetStringIndex(void* apiObject, const char* table, const char* name);

Parameters

  • apiObject [in]
    • A handle to an EliteAPI object.
  • table [in]
    • The table to obtain the string from.
  • name [in]
    • The name of string to obtain the index of.

Return Value

The requested string.

eliteapi/functions/resources/getstringindex.txt · Last modified: 2014/12/15 14:32 (external edit)