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