ModGetLoadedMod Method |
Name | Description | |
---|---|---|
GetLoadedMod(String) |
Attempts to get the ModHost for a loaded mod with the specified name.
If the mod is not loaded then the return value will be null.
| |
GetLoadedMod(Uri) |
Attempts to get the ModHost for a loaded mod at the specified path.
If the mod is not loaded then the return value will be null.
| |
GetLoadedMod(String, String) |
Attempts to get the ModHost for a loaded mod with the specified name and version.
If a mod with the same name but different version is loaded then the return value will still be null (Explicit match).
If the mod is not loaded then the return value will be null.
|