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 public static Object Load(
string name
)
Parameters
- name
- Type: SystemString
The name of the asset to load
Return Value
Type:
ObjectThe loaded asset or null if the asset was not found
See Also