Click or drag to resize

ModManagerUnloadAll Method

Unload all resources loaded by a mod.

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

Parameters

mod
Type: Kit.ModdingMod
The mod to unload resources of.

Return Value

Type: Boolean
Whether any resources were found and unloaded.
See Also