Show / Hide Table of Contents

Class SettingsValues

Settings values serialized on disk.

Inheritance
Object
SettingsValues
Implements
IPreset
Namespace: DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings
Assembly: Assembly-CSharp.dll
Syntax
[fsObject("v1", new Type[]{})]
public class SettingsValues : IPreset

Properties

| Improve this Doc View Source

SettingsVersion

Declaration
public string SettingsVersion { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Values

Declaration
public Dictionary<string, Dictionary<string, string>> Values { get; set; }
Property Value
Type Description
Dictionary<String, Dictionary<String, String>>

Implements

IPreset
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX