Click or drag to resize

ModManagerActiveMods Property

List of all loaded and enabled mods.

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

Property Value

Type: IReadOnlyListMod
See Also