Kit Documentation
Kit Documentation
Kit Reference
Kit.Modding Namespaces
Kit.Modding
Mod Class
Mod Methods
Load Method
Load Method (String)
Load(T) Method (String)
Load Method (Type, String)
Load Method (ResourceFolder, String)
Load(T) Method (ResourceFolder, String)
Load Method (Type, ResourceFolder, String)
Mod
Load Method (ResourceFolder, String)
Load a resource.
Namespace:
Kit.Modding
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
Object
Load
(
ResourceFolder
folder
,
string
file
)
Request Example
View Source
Parameters
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:
Object
Reference to the resource, or
if it was not found.
See Also
Reference
Mod Class
Load Overload
Kit.Modding Namespace
Send comments on this topic to
agam@frag-games.com