Enum ESensitiveLevel
The sensitivity level of the monitor. Manages the reaction sensitivity of the monitor to possible detected threats.
Namespace: GUPS.AntiCheat
Assembly: cs.temp.dll.dll
Syntax
public enum ESensitiveLevel : byte
Fields
Name | Description |
---|---|
LESS_SENSITIVE | React on a high threat rating. |
MODERATE | React on a moderate threat rating. |
NOT_SENSITIVE | Do not react to any possible cheating. |
SENSITIVE | React on a low threat rating. May cause false positives. |
VERY_SENSITIVE | React on a any threat rating. May cause false positives. |