Show / Hide Table of Contents

Class Section

A collection of keys in a named group.

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

Properties

| Improve this Doc View Source

Description

A short description for this section.

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

IsAdvanced

This section contains experimental settings and/or should be edited only by advanced users.

Declaration
public bool IsAdvanced { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Item[Int32]

Declaration
public Key this[int index] { get; }
Parameters
Type Name Description
Int32 index
Property Value
Type Description
Key
| Improve this Doc View Source

Item[String]

Declaration
public Key this[string key] { get; }
Parameters
Type Name Description
String key
Property Value
Type Description
Key
| Improve this Doc View Source

Keys

All the keys inside this section.

Declaration
[fsProperty]
public KeyCollection Keys { get; set; }
Property Value
Type Description
KeyCollection
| Improve this Doc View Source

Name

The name of this section.

Declaration
[fsProperty]
public string Name { get; set; }
Property Value
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX