User Tools

Site Tools


eliteapi:functions:entity:setxposition

SetXPosition

Sets the entities x position.

ELITEAPI_API bool __stdcall SetXPosition(void* apiObject, int index, float xPosition);

Parameters

  • apiObject [in]
    • A handle to an EliteAPI object.
  • index [in]
    • The index of the entity to obtain.
  • xPosition [in]
    • The x position to set the entity to.

Return Value

True on success, false otherwise.

eliteapi/functions/entity/setxposition.txt · Last modified: 2014/12/08 02:28 (external edit)