Click or drag to resize

ModManagerUnloadMod Method

Unload a mod.

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

Parameters

mod
Type: Kit.ModdingMod
The mod to unload.
withResources (Optional)
Type: SystemBoolean
Whether to unload all resources loaded by the mod as well.
See Also