CSL.SettingsHandler.GetAutoHandleBool C# (CSharp) Method

GetAutoHandleBool() public static method

public static GetAutoHandleBool ( ) : bool
return bool
        public static bool GetAutoHandleBool()
        {
            return settings.AutoCheck;
        }