===== 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] * Pointer to an ''[[eliteapi:structures:EntityEntry]]'' object. **Return Value** Returns true on success, false otherwise. If the index is considered invalid or has no pointer, the return is false.