User Tools

Site Tools


eliteapi:functions:entity:setspeed

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.

eliteapi/functions/entity/setspeed.txt · Last modified: 2014/12/07 23:37 by atom0s