===== SetSpeed ===== Sets the speed of the given entity. ELITEAPI_API bool __stdcall SetSpeed(void* apiObject, int index, float speed); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//index// [in] * The index of the entity to obtain. *//speed// [in] * The speed to set the entity to. **Return Value** Returns true on success, false otherwise.