TR_AllSolid
Returns whether the entire trace was in a solid area.
native bool TR_AllSolid(Handle hndl = INVALID_HANDLE)Parameters
A trace Handle, or INVALID_HANDLE to use a global trace result.
Return Value
bool True if entire trace was in a solid area, otherwise false.Error
Invalid Handle.