LoadEntityFromHandleAddress
Interprets the address as an entity handle and returns the associated entity.
native int LoadEntityFromHandleAddress(Address addr)Parameters
Address to a memory location.
Return Value
int Entity index at the given location. If there is no entity, or the stored entity is invalid, then -1 is returned.