Click or drag to resize

ModManagerToggleMod Method (Mod, Boolean)

Enable or disable a mod.

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

Parameters

mod
Type: Kit.ModdingMod
The mod to enable or disable.
value
Type: SystemBoolean
Whether to enable or disable.
See Also