Kit Documentation
Kit Documentation
Kit Reference
Kit.Modding Namespaces
Kit.Modding
ModManager Class
ModManager Methods
GetResourceInfo Method
GetResourceInfo Method (Object)
GetResourceInfo Method (Type, ResourceFolder, String)
ModManager
GetResourceInfo Method (Type, ResourceFolder, String)
Returns the information about a cached resource.
Namespace:
Kit.Modding
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
static
ResourceInfo
GetResourceInfo
(
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:
ResourceInfo
See Also
Reference
ModManager Class
GetResourceInfo Overload
Kit.Modding Namespace
Send comments on this topic to
agam@frag-games.com