Click or drag to resize

ModRunningModCount Property

Allows the developer to get the exact number of mods that are currently running. The mod host must be succesfully loaded to be counted.

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

Property Value

Type: Int32
See Also