Click or drag to resize

ModManagerGetModPathsByGroup Method

Returns potential mod locations by their group.

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static Dictionary<ModGroup, string[]> GetModPathsByGroup()
Request Example View Source

Return Value

Type: DictionaryModGroup, String
See Also