Click or drag to resize

ModAssetsLoad Method

Overload List
  NameDescription
Public methodStatic memberLoad(String)
Attempts to load an asset from a loaded mod. This method will check all loaded mods for an asset with the specified name.
Public methodStatic memberLoadT(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.
Top
See Also