Click or drag to resize

ModLoad Method (String)

Load a resource.

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

Parameters

path
Type: SystemString
Path to the resource.

Return Value

Type: Object
Reference to the resource, or if it was not found.
See Also