===== SetYPosition ===== Sets the entities y position. ELITEAPI_API bool __stdcall SetYPosition(void* apiObject, int index, float yPosition); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//index// [in] * The index of the entity to obtain. *//xPosition// [in] * The y position to set the entity to. **Return Value** True on success, false otherwise.