Facepunch.Steamworks Wiki

Steamworks.SteamUGC.Download

Syntax

static bool Download( Data.PublishedFileId fileId, bool highPriority = False )

Description

Start downloading this item. You'll get notified of completion via OnDownloadItemResult.

Arguments

The ID of the file you want to download
bool highPriority False
If true this should go straight to the top of the download list

Returns

bool
true if nothing went wrong and the download is started