Click or drag to resize

Kit.Modding Namespace

The modding system.
Classes
  ClassDescription
Public classMod
Base class for mods loaded by a IModLoader.
Public classModGroup
Mod groups decide how mods are loaded.
Public classModManager
A manager for loading, executing, configuring, unloading mods and loading resources from them.
Public classModMetadata
Information about the mod stored in MetadataFile.
Structures
  StructureDescription
Public structureResourceInfo
Information about a loaded resource.
Interfaces
  InterfaceDescription
Public interfaceIModLoader
Template for classes that want to implement mod-loading from different types of packages. Each would need to implement its corresponding Mod sub-class as well.
Enumerations
  EnumerationDescription
Public enumerationModPersistence
Defines a mode for executing mod scripts.
Public enumerationModType
Type of a mod. Identifier for a ModGroup.