IModAssetsLoadWithSubAssets Method (Int32) |
Attempts to load an asset with the specified id from the mod along with all sub assets.
The return array represents all sub assets of the specfied parent asset.
Namespace:
UMod
Assembly:
UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxObject[] LoadWithSubAssets(
int assetID
)
Parameters
- assetID
- Type: SystemInt32
The id of the asset whose sub assets should be loaded
Return Value
Type:
ObjectAn array of all sub assets for the specified parent asset
See Also