Click or drag to resize

ModManagerLoadMods Method (DictionaryModGroup, String, Boolean)

Load the mods.

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static void LoadMods(
	Dictionary<ModGroup, string[]> modPaths,
	bool executeScripts = false
)
Request Example View Source

Parameters

modPaths
Type: System.Collections.GenericDictionaryModGroup, String
A dictionary of group and potential mod locations.
executeScripts (Optional)
Type: SystemBoolean
Whether to execute all scripts inside the mod as well.
See Also