TR_DidHit Function

Returns if there was any kind of collision along the trace ray.

bool TR_DidHit(Handle hndl)

Parameters

Handle hndl

A trace Handle, or INVALID_HANDLE to use a global trace result.

Return Value

True if any collision found, otherwise false.

Errors

Invalid Handle.