ModAssetsLoad Method |
Name | Description | |
---|---|---|
Load(String) |
Attempts to load an asset from a loaded mod.
This method will check all loaded mods for an asset with the specified name.
| |
LoadT(String) |
Attempts to load an asset from a loaded mod and return the value as the specified generic type.
This method will check all loaded mods for an asset with the specified name.
|