Click or drag to resize

ModGroup Class

Mod groups decide how mods are loaded.
Inheritance Hierarchy
SystemObject
  Kit.ModdingModGroup

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public class ModGroup
Request Example View Source

The ModGroup type exposes the following members.

Constructors
  NameDescription
Public methodModGroup
Create a new ModGroup.
Top
Fields
  NameDescription
Public fieldDeactivatable
Whether mods of this group can be de-activated.
Public fieldMods
List of mods belonging to this group.
Public fieldName
Group identifier.
Public fieldPath
Base path where the mods of this group will be searched for.
Public fieldReorderable
Whether mods of this group can be re-ordered.
Top
See Also