Click or drag to resize

ModManagerLoadAll Method (Type, String)

Load a resource from all mods that have it.

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static IEnumerable<Object> LoadAll(
	Type type,
	string path
)
Request Example View Source

Parameters

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

Return Value

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