AgaHackTools.Example.Shared.Structs.TraceHelp.DidHit C# (CSharp) Method

DidHit() public static method

public static DidHit ( this a ) : bool
a this
return bool
        public static bool DidHit(this CGameTrace a)
        {
            return a.basetrace.fraction < 1 || a.basetrace.allsolid || a.basetrace.startsolid;
        }