Class SpeedHackDetectionInfo
Contains detailed information about latest Speed Hack detection.
public class SpeedHackDetectionInfo : ICheatDetectionInfo
- Inheritance
-
objectSpeedHackDetectionInfo
- Implements
Constructors
SpeedHackDetectionInfo(bool, bool, bool, bool, bool)
public SpeedHackDetectionInfo(bool cheatedEnvironment, bool cheatedRealtime, bool cheatedDsp, bool cheatedTimeScale, bool cheatedReliable)
Parameters
cheatedEnvironmentboolcheatedRealtimeboolcheatedDspboolcheatedTimeScaleboolcheatedReliablebool
Properties
CheatedDsp
Indicates if DSP ticks were cheated.
public bool CheatedDsp { get; }
Property Value
- bool
CheatedEnvironment
Indicates if environment ticks were cheated.
public bool CheatedEnvironment { get; }
Property Value
- bool
CheatedRealtime
Indicates if realtime ticks were cheated.
public bool CheatedRealtime { get; }
Property Value
- bool
CheatedReliable
Indicates if reliable ticks were cheated.
public bool CheatedReliable { get; }
Property Value
- bool
CheatedTimeScale
Indicates if timeScale was cheated.
public bool CheatedTimeScale { get; }
Property Value
- bool
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.