Class AntiCheatConfiguration
  Contains the anti-cheat configuration for the server
 
  
  
    Inheritance
    
    AntiCheatConfiguration
   
  
  
  Assembly: SlipeServer.Server.dll
  Syntax
  
    public class AntiCheatConfiguration
   
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  AllowGta3ImgMods
  
  
  Declaration
  
    public AllowGta3ImgMods AllowGta3ImgMods { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  DisabledAntiCheat
  
  
  Declaration
  
    public AntiCheat[] DisabledAntiCheat { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  EnableSpecialDetections
  
  
  Declaration
  
    public SpecialDetection[] EnableSpecialDetections { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  FileChecks
  
  
  Declaration
  
    public DataFile FileChecks { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  HideAntiCheat
  
  
  Declaration
  
    public bool HideAntiCheat { get; set; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  VerifyClientSettings
  
  
  Declaration
  
    public int VerifyClientSettings { get; set; }
   
  Property Value