• Hello
Search Results for

    Show / Hide Table of Contents

    Struct CheatingDetectionStatus

    Default implementation carrying a false-positive likelihood and a threat rating.

    Implements
    IDetectorStatus
    Namespace: GUPS.AntiCheat.Detector
    Assembly: cs.temp.dll.dll
    Syntax
    public struct CheatingDetectionStatus

    Constructors

    CheatingDetectionStatus(Single, UInt32)

    Creates a new CheatingDetectionStatus with the given false-positive likelihood and threat rating.

    Declaration
    public CheatingDetectionStatus(float _PossibilityOfFalsePositive, uint _ThreatRating)
    Parameters
    Type Name Description
    System.Single _PossibilityOfFalsePositive

    The false-positive likelihood in the range [0.0, 1.0].

    System.UInt32 _ThreatRating

    The threat rating reported with the detection.

    Properties

    PossibilityOfFalsePositive

    Gets the probability that the reported threat is a false positive, in the range [0.0, 1.0].

    Declaration
    public float PossibilityOfFalsePositive { readonly get; }
    Property Value
    Type Description
    System.Single

    ThreatRating

    Gets the threat rating reported with this detection. Higher values denote greater perceived threats.

    Declaration
    public uint ThreatRating { readonly get; }
    Property Value
    Type Description
    System.UInt32

    Implements

    IDetectorStatus
    In This Article
    Back to top GuardingPearSoftware documentation