Anti-Cheat Toolkit  2023.2.6
Multi-purpose anti-cheat solution for Unity Engine
TimeCheatingDetector.OnlineTimeResult Struct Reference

Properties

bool Success [get]
 
string Error [get]
 
long ErrorResponseCode [get]
 
double OnlineSecondsUtc [get]
 
DateTime OnlineDateTimeUtc [get]
 

Detailed Description

Result of the online time receive attempt.

Property Documentation

◆ Success

bool Success
get

Indicates success of the operation.

◆ Error

string Error
get

Error text (check if success == false).

◆ ErrorResponseCode

long ErrorResponseCode
get

HTTP Response Code for the error.

◆ OnlineSecondsUtc

double OnlineSecondsUtc
get

UTC seconds value retrieved from the online server.

◆ OnlineDateTimeUtc

DateTime OnlineDateTimeUtc
get

UTC DateTime retrieved from the online server.