Kit Documentation
Kit Documentation
Kit Reference
Kit.Modding Namespaces
Kit.Modding
ModManager Class
ModManager Methods
AddGroup Method
ClearCache Method
DisableMod Method
EnableMod Method
ExecuteScripts Method
ExecuteScriptsAsync Method
GetModdingPath Method
GetModOrder Method
GetModOrderInGroup Method
GetModPathsByGroup Method
GetModsByGroup Method
GetResourceInfo Method
IsModEnabled Method
Load Method
LoadAll Method
LoadAllAsync Method
LoadAsync Method
LoadMods Method
LoadModsAsync Method
MoveModBottom Method
MoveModDown Method
MoveModOrder Method
MoveModTop Method
MoveModUp Method
ReadBytes Method
ReadBytesAll Method
ReadBytesAllAsync Method
ReadBytesAsync Method
ReadText Method
ReadTextAll Method
ReadTextAllAsync Method
ReadTextAsync Method
RemoveGroup Method
ToggleMod Method
Unload Method
UnloadAll Method
UnloadMod Method
UnloadMods Method
ModManager
UnloadMod Method
Unload a mod.
Namespace:
Kit.Modding
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
static
void
UnloadMod
(
Mod
mod
,
bool
withResources
=
true
)
Request Example
View Source
Parameters
mod
Type:
Kit.Modding
Mod
The mod to unload.
withResources
(Optional)
Type:
System
Boolean
Whether to unload all resources loaded by the mod as well.
See Also
Reference
ModManager Class
Kit.Modding Namespace
Send comments on this topic to
agam@frag-games.com