User Tools

Site Tools


eliteapi:functions:thirdparty:setlocation

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.
eliteapi/functions/thirdparty/setlocation.txt · Last modified: 2014/12/16 11:51 (external edit)