 | ModGroup Constructor |
Namespace:
Kit.Modding
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntaxpublic ModGroup(
ModType name,
string path,
bool deactivatable = true,
bool reorderable = true
)
Request Example
View SourceParameters
- 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