===== GetEntityPointer ===== Returns the entity pointer at the given index. ELITEAPI_API int __stdcall GetEntityPointer(void* apiObject, int index); **Parameters** *//apiObject// [in] * A handle to an EliteAPI object. *//index// [in] * The index of the entity pointer to obtain. **Return Value** Returns the entity pointer at the given index, 0 otherwise.