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