Click or drag to resize

ModGroup Constructor

Create a new ModGroup.

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public ModGroup(
	ModType name,
	string path,
	bool deactivatable = true,
	bool reorderable = true
)
Request Example View Source

Parameters

name
Type: Kit.ModdingModType
Group identifier.
path
Type: SystemString
>Base path where the mods of this group will be searched for.
deactivatable (Optional)
Type: SystemBoolean
Whether mods of this group can be de-activated.
reorderable (Optional)
Type: SystemBoolean
Whether mods of this group can be re-ordered.
See Also