Click or drag to resize

DirectModLoaderLoadMod Method

Load a mod.

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

Parameters

path
Type: SystemString
Path to a mod.

Return Value

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

Implements

IModLoaderLoadMod(String)
See Also