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 (Type, String)
Load a resource.
Namespace:
Kit.Modding
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
Object
Load
(
Type
type
,
string
path
)
Request Example
View Source
Parameters
type
Type:
System
Type
Type of the resource expected.
path
Type:
System
String
Path to the resource.
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