Show / Hide Table of Contents

Class ModInfo

The content of a json mod manifest file, created from the Mod Builder and bundled with the mod itself.

Inheritance
Object
ModInfo
Namespace: DaggerfallWorkshop.Game.Utility.ModSupport
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
[fsObject(Processor = typeof(IgnoreNullProcessor))]
public class ModInfo

Constructors

| Improve this Doc View Source

ModInfo()

Declaration
public ModInfo()

Fields

| Improve this Doc View Source

ContactInfo

Declaration
public string ContactInfo
Field Value
Type Description
String
| Improve this Doc View Source

Dependencies

A list of mods that this mod depends on or is otherwise compatible with only if certain conditions are met.

Declaration
[SerializeField]
public ModDependency[] Dependencies
Field Value
Type Description
ModDependency[]
| Improve this Doc View Source

DFUnity_Version

Declaration
public string DFUnity_Version
Field Value
Type Description
String
| Improve this Doc View Source

Files

Declaration
public List<string> Files
Field Value
Type Description
List<String>
| Improve this Doc View Source

GUID

Declaration
public string GUID
Field Value
Type Description
String
| Improve this Doc View Source

ModAuthor

Declaration
public string ModAuthor
Field Value
Type Description
String
| Improve this Doc View Source

ModDescription

Declaration
public string ModDescription
Field Value
Type Description
String
| Improve this Doc View Source

ModTitle

Declaration
public string ModTitle
Field Value
Type Description
String
| Improve this Doc View Source

ModVersion

Declaration
public string ModVersion
Field Value
Type Description
String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX