 | ModManagerLoadModsAsync Method (Boolean) |
Load the mods asynchronously.
Namespace:
Kit.Modding
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntaxpublic static UniTask LoadModsAsync(
bool executeScripts = false
)
Request Example
View SourceParameters
- executeScripts (Optional)
- Type: SystemBoolean
Whether to execute all scripts inside the mod as well.
Return Value
Type:
UniTask
See Also