ModIsModLoaded Method (String) |
Checks whether a mod with the specified name is currently loaded by any
ModHost.
Namespace:
UMod
Assembly:
UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static bool IsModLoaded(
string modName
)
Parameters
- modName
- Type: SystemString
The name of the mod
Return Value
Type:
BooleanTrue if a mod with a matching name is currently loaded or false if not
See Also