Click or drag to resize

ModGetLoadedMod Method

Overload List
  NameDescription
Public methodStatic memberGetLoadedMod(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.
Public methodStatic memberGetLoadedMod(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.
Public methodStatic memberGetLoadedMod(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.
Top
See Also