Enum ESensitiveLevel
Reaction sensitivity used by AntiCheatMonitor to scale incoming threat ratings.
Namespace: GUPS.AntiCheat
Assembly: cs.temp.dll.dll
Syntax
public enum ESensitiveLevel : byte
Fields
| Name | Description |
|---|---|
| LESS_SENSITIVE | React only to high threat ratings. |
| MODERATE | React to moderate threat ratings. |
| NOT_SENSITIVE | Ignore all reported threats. |
| SENSITIVE | React to low threat ratings. May produce false positives. |
| VERY_SENSITIVE | React to any threat rating. May produce false positives. |