Show / Hide Table of Contents

Class AntiCheatConfiguration

Contains the anti-cheat configuration for the server

Inheritance
object
AntiCheatConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server
Assembly: SlipeServer.Server.dll
Syntax
public class AntiCheatConfiguration

Properties

| Edit this page View Source

AllowGta3ImgMods

Declaration
public AllowGta3ImgMods AllowGta3ImgMods { get; set; }
Property Value
Type Description
AllowGta3ImgMods
| Edit this page View Source

DisabledAntiCheat

Declaration
public AntiCheat[] DisabledAntiCheat { get; set; }
Property Value
Type Description
AntiCheat[]
| Edit this page View Source

EnableSpecialDetections

Declaration
public SpecialDetection[] EnableSpecialDetections { get; set; }
Property Value
Type Description
SpecialDetection[]
| Edit this page View Source

FileChecks

Declaration
public DataFile FileChecks { get; set; }
Property Value
Type Description
DataFile
| Edit this page View Source

HideAntiCheat

Declaration
public bool HideAntiCheat { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

VerifyClientSettings

Declaration
public int VerifyClientSettings { get; set; }
Property Value
Type Description
int
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX