Kit Documentation
Kit Documentation
Kit Reference
Kit.Modding Namespaces
Kit.Modding
ModManager Class
ModManager Methods
LoadAll Method
LoadAll(T) Method (String)
LoadAll Method (Type, String)
LoadAll(T) Method (ResourceFolder, String)
LoadAll Method (Type, ResourceFolder, String)
ModManager
LoadAll Method (Type, ResourceFolder, 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#
Copy
public
static
IEnumerable
<
Object
>
LoadAll
(
Type
type
,
ResourceFolder
folder
,
string
file
)
Request Example
View Source
Parameters
type
Type:
System
Type
Type of the resource expected.
folder
Type:
Kit
ResourceFolder
The folder to load the resource from.
file
Type:
System
String
The path and file-name relative to the
folder
.
Return Value
Type:
IEnumerable
Object
Reference to the resource, or
if it was not found.
See Also
Reference
ModManager Class
LoadAll Overload
Kit.Modding Namespace
Send comments on this topic to
agam@frag-games.com