User Tools

Site Tools


eliteapi:functions:entity:setstatus

SetStatus

Sets the entities status.

ELITEAPI_API bool __stdcall SetStatus(void* apiObject, int index, unsigned int status);

Parameters

  • apiObject [in]
    • A handle to an EliteAPI object.
  • index [in]
    • The index of the entity to obtain.
  • status [in]
    • The status to set the entity to.

Return Value

True on success, false otherwise.

eliteapi/functions/entity/setstatus.txt · Last modified: 2014/12/08 02:28 (external edit)