Click or drag to resize

IModAssetsLoadAsync Method (Int32)

Attempts to load an asset with the specified id from the mod asynchronously. Note that this method will simple load the asset without creating an instance.

Namespace:  UMod
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
ModAsyncOperation LoadAsync(
	int assetID
)

Parameters

assetID
Type: SystemInt32
The id of the asset to load

Return Value

Type: ModAsyncOperation

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

See Also