TR_GetEntityIndex
Returns the entity index that collided with the trace.
native int TR_GetEntityIndex(Handle hndl = INVALID_HANDLE)Parameters
A trace Handle, or INVALID_HANDLE to use a global trace result.
Return Value
int Entity index or -1 for no collision.Error
Invalid Handle.