Table of Contents

Class TimeCheatingDetectionInfo

Namespace
CodeStage.AntiCheat.Detectors
Assembly
Build.dll

Contains detailed information about latest Time Cheating detection.

public class TimeCheatingDetectionInfo : ICheatDetectionInfo
Inheritance
object
TimeCheatingDetectionInfo
Implements

Constructors

TimeCheatingDetectionInfo(CheckResult, ErrorKind)

public TimeCheatingDetectionInfo(TimeCheatingDetector.CheckResult result, TimeCheatingDetector.ErrorKind error)

Parameters

result TimeCheatingDetector.CheckResult
error TimeCheatingDetector.ErrorKind

Properties

Error

Error kind, if any.

public TimeCheatingDetector.ErrorKind Error { get; }

Property Value

TimeCheatingDetector.ErrorKind

Result

Result of the check that triggered detection.

public TimeCheatingDetector.CheckResult Result { get; }

Property Value

TimeCheatingDetector.CheckResult

Methods

GetDetectionInfo()

Returns a formatted string containing detailed information about the detection.

public string GetDetectionInfo()

Returns

string

Formatted string with detection details.

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.