Click or drag to resize

ModManagerDisableMod Method

Disable a mod.

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static void DisableMod(
	Mod mod
)
Request Example View Source

Parameters

mod
Type: Kit.ModdingMod
The mod to disable.
See Also