Show / Hide Table of Contents

Class Preset

A group of settings values with meta properties.

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

Constructors

| Improve this Doc View Source

Preset()

Declaration
public Preset()

Fields

| Improve this Doc View Source

IsLocal

True if can be edited from gui.

Declaration
[fsIgnore]
public bool IsLocal
Field Value
Type Description
Boolean

Properties

| Improve this Doc View Source

Author

Optional field (for imported presets).

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

Description

Short description shown on GUI.

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

SettingsVersion

Version of target settings (not version of preset!)

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

Title

Title (does not correspond to filename).

Declaration
public string Title { 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