Click or drag to resize

ModAssetsLoad Method (String)

Attempts to load an asset from a loaded mod. This method will check all loaded mods for an asset with the specified name.

Namespace:  UMod
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static Object Load(
	string name
)

Parameters

name
Type: SystemString
The name of the asset to load

Return Value

Type: Object
The loaded asset or null if the asset was not found
See Also