Click or drag to resize

ModManagerLoadModsAsync Method (Boolean)

Load the mods asynchronously.

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

Parameters

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

Return Value

Type: UniTask
See Also