Click or drag to resize

ModManagerLoadMods Method (Boolean)

Load the mods.

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static void LoadMods(
	bool executeScripts = false
)
Request Example View Source

Parameters

executeScripts (Optional)
Type: SystemBoolean
Whether to execute all scripts inside the mod as well.
See Also