Table of Contents

Namespace CodeStage.AntiCheat.Detectors

Classes

ACTkDetectorBase<T>

Base class for all detectors.

InjectionDetectionInfo

Contains detailed information about latest Injection detection.

InjectionDetector

Allows to detect foreign managed assemblies in your application.

ObscuredCheatingDetectionInfo

Contains detailed information about latest Obscured Types cheating detection.

ObscuredCheatingDetector

Detects CodeStage.AntiCheat.ObscuredTypes cheating.

SpeedHackDetectionInfo

Contains detailed information about latest Speed Hack detection.

SpeedHackDetector

Allows detecting Cheat Engine's speed hack (and maybe some other speed hack tools) usage.

TimeCheatingDetectionInfo

Contains detailed information about latest Time Cheating detection.

TimeCheatingDetector

Allows to detect time cheating using time from any properly configured server (almost all servers around the web).

WallHackDetectionInfo

Contains detailed information about latest Wall Hack detection.

WallHackDetector

Detects common types of wall hack cheating: walking through the walls (Rigidbody and CharacterController modules), shooting through the walls (Raycast module), looking through the walls (Wireframe module).

Structs

TimeCheatingDetector.OnlineTimeResult

Result of the online time receive attempt.

Interfaces

ICheatDetectionInfo

Interface for detection information objects that provide details about what triggered a cheat detection.

Enums

TimeCheatingDetector.CheckResult

Describes possible detector check results.

TimeCheatingDetector.ErrorKind

Describes possible detector errors.

TimeCheatingDetector.RequestMethod

Method of the request to the server. Please consider Head by default and fall back to Get in case of problems.

Delegates

TimeCheatingDetector.OnlineTimeCallback

Delegate with result of online time receive attempt.

TimeCheatingDetector.TimeCheatingDetectorEventHandler

Delegate with cheat check result.