Click or drag to resize

ModMetadata Class

Information about the mod stored in MetadataFile.
Inheritance Hierarchy
SystemObject
  Kit.ModdingModMetadata

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public class ModMetadata

The ModMetadata type exposes the following members.

Constructors
  NameDescription
Public methodModMetadata
Initializes a new instance of the ModMetadata class
Top
Fields
  NameDescription
Public fieldAuthor
Mod author.
Public fieldDescription
A short description of the mod.
Public fieldName
Name of the mod.
Public fieldPersistence
A mode for executing scripts.
Public fieldScripts
Relative paths to scripts to execute.
Public fieldVersion
Mod version.
Top
See Also