• Hello
Search Results for

    Show / Hide Table of Contents

    Namespace GUPS.AntiCheat.Detector

    Classes

    ADetector

    Abstract base for detectors that watch for possible cheating and publish detections to their observers.

    CheatingDetectionEvent<T>

    Serializable carrying an , used to wire up detector callbacks from the inspector.

    DeviceTimeCheatingDetector

    Detects device or system clock manipulation by observing a and exposing a trustworthy CurrentUtcTime derived from either internet time or device time.

    GameTimeCheatingDetector

    Detects manipulation of (delta time and fixed delta time) and exposes a system-tick based fallback time once cheating is detected, used by GUPS.AntiCheat.Protected.Time.ProtectedTime.

    PrimitiveCheatingDetector

    Detects unexpected value modifications of protected primitive types, commonly caused by memory editing tools.

    Structs

    CheatingDetectionStatus

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

    In This Article
    Back to top GuardingPearSoftware documentation