Click or drag to resize

ModLoadEx Method

Load a resource.

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public virtual (Object reference, string filePath, ResourceParser parser) LoadEx(
	Type type,
	string path
)
Request Example View Source

Parameters

type
Type: SystemType
path
Type: SystemString
Path to the resource.

Return Value

Type: ValueTupleObject, String, ResourceParser
Reference to the resource, matched file's path, and the parser used to decode it.
See Also