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 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