Click or drag to resize

ModUnloadAllMods Method

Accesses all loaded mods and calls UnloadMod(Boolean) to free the host. Helper method to quickly unload all loaded mods.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void UnloadAllMods(
	bool destroyHosts = true
)

Parameters

destroyHosts (Optional)
Type: SystemBoolean
When true, all mod host game obejcts will also be destroyed
See Also