User Tools

Site Tools


eliteapi:functions:entity:getentity

GetEntity

Obtains the entity at the given index.

ELITEAPI_API bool __stdcall GetEntity(void* apiObject, int index, LPVOID lpBuffer);

Parameters

  • apiObject [in]
    • A handle to an EliteAPI object.
  • index [in]
    • The index of the entity to obtain.
  • lpBuffer [in-out]

Return Value

Returns true on success, false otherwise. If the index is considered invalid or has no pointer, the return is false.

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