Click or drag to resize

ModManagerGetResourceInfo Method (Object)

Returns the information about a cached resource.

Namespace:  Kit.Modding
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static ResourceInfo GetResourceInfo(
	Object resource
)
Request Example View Source

Parameters

resource
Type: SystemObject
Reference to the resource.

Return Value

Type: ResourceInfo
See Also