===== SetLocation ===== Sets the location of a text object. ELITEAPI_API void __stdcall SetLocation(void* apiObject, const char* name, float x, float y); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//name// [in] * The name of the text object. *//x// [in] * The x coord to place the text object at. *//y// [in] * The y coord to place the text object at.