===== 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.