Search Results for

    Show / Hide Table of Contents

    Class DewPlatformSettings

    Inheritance
    object
    DewPlatformSettings
    Implements
    IInitializableSettings
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    public class DewPlatformSettings : IInitializableSettings

    Fields

    activeMods

    Declaration
    public List<string> activeMods
    Field Value
    Type Description
    System.Collections.Generic.List<T><string>

    audio

    Declaration
    public DewAudioSettings_Platform audio
    Field Value
    Type Description
    DewAudioSettings_Platform

    controls

    Declaration
    public DewControlSettings_Platform controls
    Field Value
    Type Description
    DewControlSettings_Platform

    CurrentSaveVersion

    Declaration
    public const int CurrentSaveVersion = 1
    Field Value
    Type Description
    int

    dontShowProfileMigration

    Declaration
    public bool dontShowProfileMigration
    Field Value
    Type Description
    bool

    enableAutoReloadMods

    Declaration
    public bool enableAutoReloadMods
    Field Value
    Type Description
    bool

    gameplay

    Declaration
    public DewGameplaySettings_Platform gameplay
    Field Value
    Type Description
    DewGameplaySettings_Platform

    graphics

    Declaration
    public DewGraphicsSettings graphics
    Field Value
    Type Description
    DewGraphicsSettings

    lastAgreedEulaKeyLocal

    This acts as a fallback when online check fails.

    Declaration
    public string lastAgreedEulaKeyLocal
    Field Value
    Type Description
    string

    lastProfilePath

    Declaration
    public string lastProfilePath
    Field Value
    Type Description
    string

    saveVersion

    Declaration
    public int saveVersion
    Field Value
    Type Description
    int

    Methods

    Initialize()

    This is called on new platform settings.

    Declaration
    public void Initialize()

    Validate()

    Must be called at least once before using this platform settings. Does error checking and validation.

    Declaration
    public void Validate()

    Implements

    IInitializableSettings
    In This Article
    Back to top Shape of Dreams API Documentation