ModIsModLoaded Method |
Name | Description | |
---|---|---|
IsModLoaded(String) |
Checks whether a mod with the specified name is currently loaded by any ModHost.
| |
IsModLoaded(Uri) |
Checks whether the mod at the specified path is currently loaded by any ModHost.
| |
IsModLoaded(String, String) |
Checks whether a mod with the specified name and version is currently loaded by any ModHost.
If a mod with a matching name is found but the version is not the same then the return value will be false.
|