Click or drag to resize

ModManagerUnloadMods Method

Unload all active mods.

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static void UnloadMods(
	bool withResources = false
)
Request Example View Source

Parameters

withResources (Optional)
Type: SystemBoolean
Whether to unload all resources loaded by them as well.
See Also