===== GetString ===== Obtains a string by its table and index. ELITEAPI_API const char* __stdcall GetString(void* apiObject, const char* table, unsigned int index); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//table// [in] * The table to obtain the string from. *//index// [in] * The index of the string to obtain. **Return Value** The requested string.