Click or drag to resize

IModAssetsLoadWithSubAssetsAsync Method (Int32)

[Missing <summary> documentation for "M:UMod.IModAssets.LoadWithSubAssetsAsync(System.Int32)"]

Namespace:  UMod
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
ModAsyncOperation<Object[]> LoadWithSubAssetsAsync(
	int assetID
)

Parameters

assetID
Type: SystemInt32

[Missing <param name="assetID"/> documentation for "M:UMod.IModAssets.LoadWithSubAssetsAsync(System.Int32)"]

Return Value

Type: ModAsyncOperationObject

[Missing <returns> documentation for "M:UMod.IModAssets.LoadWithSubAssetsAsync(System.Int32)"]

See Also