AcManager.Tools.Helpers.AcSettings.GhostSettings.SetToIni C# (CSharp) Метод

SetToIni() защищенный Метод

protected SetToIni ( ) : void
Результат void
        protected override void SetToIni() {
            var section = Ini["GHOST_CAR"];
            section.Set("COLOR", Color);
            section.Set("MAX_MINUTES_RECORDING", MaxMinutesRecording);
            section.Set("MIN_DISTANCE", MinDistance);
            section.Set("MAX_DISTANCE", MaxDistance);
            section.Set("MAX_OPACITY", MaxOpacity.ToDoublePercentage());
            section.Set("TIME_DIFF_ENABLED", TimeDifferenceEnabled);
            section.Set("PLAYER_NAME_ENABLED", PlayerNameEnabled);
        }
    }