Click or drag to resize

ModManager Methods

The ModManager type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddGroup
Add a mod group.
Public methodStatic memberClearCache
Clear the cache.
Public methodStatic memberDisableMod
Disable a mod.
Public methodStatic memberEnableMod
Enable a mod.
Public methodStatic memberExecuteScripts
Execute all mod scripts.
Public methodStatic memberExecuteScriptsAsync
Execute all mod scripts asynchronously.
Public methodStatic memberGetModdingPath(ResourceFolder)
Returns the relative path to a ResourceFolder.
Public methodStatic memberGetModdingPath(ResourceFolder, String)
Returns the relative path to a file.
Public methodStatic memberGetModOrder
Returns the load order of a mod.
Public methodStatic memberGetModOrderInGroup
Returns the load order of a mod in a group.
Public methodStatic memberGetModPathsByGroup
Returns potential mod locations by their group.
Public methodStatic memberGetModsByGroup
Returns all mods in a given group
Public methodStatic memberGetResourceInfo(Object)
Returns the information about a cached resource.
Public methodStatic memberGetResourceInfo(Type, ResourceFolder, String)
Returns the information about a cached resource.
Public methodStatic memberIsModEnabled
Returns whether a mod is enabled.
Public methodStatic memberLoad(Type, ResourceFolder, String)
Load a resource.
Public methodStatic memberLoadT(ResourceFolder, String)
Load a resource.
Public methodStatic memberLoadAll(Type, String)
Load a resource from all mods that have it.
Public methodStatic memberLoadAll(Type, ResourceFolder, String)
Load a resource from all mods that have it.
Public methodStatic memberLoadAllT(String)
Load a resource from all mods that have it.
Public methodStatic memberLoadAllT(ResourceFolder, String)
Load a resource from all mods that have it.
Public methodStatic memberLoadAllAsync(Type, String)
Load a resource from all mods that have it asynchronously.
Public methodStatic memberLoadAllAsync(Type, ResourceFolder, String)
Load a resource from all mods that have it asynchronously.
Public methodStatic memberLoadAllAsyncT(String)
Load a resource from all mods that have it asynchronously.
Public methodStatic memberLoadAllAsyncT(ResourceFolder, String)
Load a resource from all mods that have it asynchronously.
Public methodStatic memberLoadAsync(Type, ResourceFolder, String)
Load a resource asynchronously.
Public methodStatic memberLoadAsyncT(ResourceFolder, String)
Load a resource asynchronously.
Public methodStatic memberLoadMods(Boolean)
Load the mods.
Public methodStatic memberLoadMods(DictionaryModGroup, String, Boolean)
Load the mods.
Public methodStatic memberLoadModsAsync(Boolean)
Load the mods asynchronously.
Public methodStatic memberLoadModsAsync(DictionaryModGroup, String, Boolean)
Load the mods asynchronously.
Public methodStatic memberMoveModBottom
Move a mod to the bottom.
Public methodStatic memberMoveModDown
Move a mod down.
Public methodStatic memberMoveModOrder
Move a mod to a particular index.
Public methodStatic memberMoveModTop
Move a mod to the top.
Public methodStatic memberMoveModUp
Move a mod up.
Public methodStatic memberReadBytes(String)
Read the contents of a file in binary-mode.
Public methodStatic memberReadBytes(ResourceFolder, String)
Read the contents of a file in binary-mode.
Public methodStatic memberReadBytesAll(String)
Read contents of a file in binary-mode from all mods that have it.
Public methodStatic memberReadBytesAll(ResourceFolder, String)
Read contents of a file in binary-mode from all mods that have it.
Public methodStatic memberReadBytesAllAsync(String)
Read contents of a file in binary-mode asynchronously from all mods that have it.
Public methodStatic memberReadBytesAllAsync(ResourceFolder, String)
Read contents of a file in binary-mode asynchronously from all mods that have it.
Public methodStatic memberReadBytesAsync(String)
Read the contents of a file asynchronously in binary-mode.
Public methodStatic memberReadBytesAsync(ResourceFolder, String)
Read the contents of a file asynchronously in text-mode.
Public methodStatic memberReadText(String)
Read the contents of a file in text-mode.
Public methodStatic memberReadText(ResourceFolder, String)
Read the contents of a file in text-mode.
Public methodStatic memberReadTextAll(String)
Read contents of a file in text-mode from all mods that have it.
Public methodStatic memberReadTextAll(ResourceFolder, String)
Read contents of a file in text-mode from all mods that have it.
Public methodStatic memberReadTextAllAsync(String)
Read contents of a file in text-mode asynchronously from all mods that have it.
Public methodStatic memberReadTextAllAsync(ResourceFolder, String)
Read contents of a file in text-mode asynchronously from all mods that have it.
Public methodStatic memberReadTextAsync(String)
Read the contents of a file asynchronously in text-mode.
Public methodStatic memberReadTextAsync(ResourceFolder, String)
Read the contents of a file asynchronously in text-mode.
Public methodStatic memberRemoveGroup
Remove a mod group.
Public methodStatic memberToggleMod(Mod)
Toggle a mod.
Public methodStatic memberToggleMod(Mod, Boolean)
Enable or disable a mod.
Public methodStatic memberUnload(Object)
Unload a resource from cache and memory.
Public methodStatic memberUnload(Type, ResourceFolder, String)
Unload a resource from cache and memory.
Public methodStatic memberUnloadAll
Unload all resources loaded by a mod.
Public methodStatic memberUnloadMod
Unload a mod.
Public methodStatic memberUnloadMods
Unload all active mods.
Top
See Also