Table of Contents

Enum TimeCheatingDetector.ErrorKind

Namespace
CodeStage.AntiCheat.Detectors
Assembly
Build.dll

Describes possible detector errors.

public enum TimeCheatingDetector.ErrorKind

Fields

AlreadyCheckingForCheat = 15

Detector already checks for the cheat. Please make sure IsCheckingForCheat == false before trying to force another cheat check.

IncorrectUri = 3

Url set for the online time receiving is not a correct URI.

NoError = 0

Indicates there were no any error registered.

NotStarted = 10

Detector was not started yet. It should be started before performing any cheat checks.

OnlineTimeError = 5

Error while receiving online time (check logs for error details).

Unknown = 100

Something strange happened, please check logs for details.