Click or drag to resize

ModIsModLoaded Method

Overload List
  NameDescription
Public methodStatic memberIsModLoaded(String)
Checks whether a mod with the specified name is currently loaded by any ModHost.
Public methodStatic memberIsModLoaded(Uri)
Checks whether the mod at the specified path is currently loaded by any ModHost.
Public methodStatic memberIsModLoaded(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.
Top
See Also