Click or drag to resize

ModGetLoadedMod Method (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.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static ModHost GetLoadedMod(
	string modName
)

Parameters

modName
Type: SystemString
The name of the mod to look for

Return Value

Type: ModHost
A ModHost or null if the mod is not loaded
See Also