Click or drag to resize

IModAssetLoadWithSubAssets Method (Boolean)

Attempts to load this IModAsset with all associated sub assets. The main asset will be loaded into AssetObject and the return value is an array of sub assets.

Namespace:  UMod
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
Object[] LoadWithSubAssets(
	bool allowCaching = true
)

Parameters

allowCaching (Optional)
Type: SystemBoolean
When true, if the assets have already been loaded then a cached array will be returned to avoid reloading the sub assets

Return Value

Type: Object
An array of sub assets for this asset
See Also