Enum TimeCheatingDetector.ErrorKind
Describes possible detector errors.
public enum TimeCheatingDetector.ErrorKind
Fields
AlreadyCheckingForCheat = 15Detector already checks for the cheat. Please make sure IsCheckingForCheat == false before trying to force another cheat check.
IncorrectUri = 3Url set for the online time receiving is not a correct URI.
NoError = 0Indicates there were no any error registered.
NotStarted = 10Detector was not started yet. It should be started before performing any cheat checks.
OnlineTimeError = 5Error while receiving online time (check logs for error details).
Unknown = 100Something strange happened, please check logs for details.