Facepunch.Steamworks Wiki

Steamworks.Ugc.Item.DownloadAsync

Syntax

async Task<bool> DownloadAsync( Action<float> progress, int milisecondsUpdateDelay = 60, System.Threading.CancellationToken ct )

Description

Allows the user to subscribe to download this item asyncronously If CancellationToken is default then there is 60 seconds timeout Progress will be set to 0-1

Arguments

Action<float> progress
int milisecondsUpdateDelay 60
System.Threading.CancellationToken ct

Returns

Task<bool>