 | ModManagerLoadAllT Method (ResourceFolder, String) |
Load a resource from all mods that have it.
Namespace:
Kit.Modding
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntaxpublic static IEnumerable<T> LoadAll<T>(
ResourceFolder folder,
string file
)
Request Example
View SourceParameters
- folder
- Type: KitResourceFolder
The folder to load the resource from. - file
- Type: SystemString
The path and file-name relative to the folder.
Type Parameters
- T
- Type of the resource expected.
Return Value
Type:
IEnumerableTReference to the resource, or
if it was not found.
See Also