Click or drag to resize

ZipModLoaderLoadModAsync Method

Load a mod asynchronously.

Namespace:  Kit.Modding.Loaders
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public UniTask<Mod> LoadModAsync(
	string path
)
Request Example View Source

Parameters

path
Type: SystemString
Path to a mod.

Return Value

Type: UniTaskMod
Reference to the Mod, or if it could not be loaded.

Implements

IModLoaderLoadModAsync(String)
See Also