Click or drag to resize

ModManagerMods Property

Returns the list of all loaded mods, enabled or disabled.

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static IEnumerable<Mod> Mods { get; }
Request Example View Source

Property Value

Type: IEnumerableMod
See Also