Click or drag to resize

ModIsRunningMods Property

Allows the developer to determine whether any mods are currently running. Atleast one mod host must be successfully loaded for this property to be true.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool IsRunningMods { get; }

Property Value

Type: Boolean
See Also