Show / Hide Table of Contents

Class FactionData_v1

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

Fields

| Improve this Doc View Source

factionDict

Declaration
public Dictionary<int, FactionFile.FactionData> factionDict
Field Value
Type Description
Dictionary<Int32, FactionFile.FactionData>
| Improve this Doc View Source

factionNameToIDDict

Declaration
public Dictionary<string, int> factionNameToIDDict
Field Value
Type Description
Dictionary<String, Int32>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX