Click or drag to resize

ModManagerGetModsByGroup Method

Returns all mods in a given group

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static List<Mod> GetModsByGroup(
	ModType name
)
Request Example View Source

Parameters

name
Type: Kit.ModdingModType

Return Value

Type: ListMod
See Also