Click or drag to resize

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)
Syntax
C#
Object[] LoadWithSubAssets(
	int assetID
)

Parameters

assetID
Type: SystemInt32
The id of the asset whose sub assets should be loaded

Return Value

Type: Object
An array of all sub assets for the specified parent asset
See Also