Revision Difference
SteamUGC.DownloadAsync#524735
<member category="interface" type="method" namespace="Steamworks" parent="SteamUGC" name="DownloadAsync" async="true" static="true">
<args>
<arg name="fileId" type="Data.PublishedFileId"></arg>
<arg name="progress" type="Action<float>" default=""></arg>
<arg name="milisecondsUpdateDelay" type="int" default="60"></arg>
<arg name="ct" type="System.Threading.CancellationToken" default=""></arg>
</args>
<return type="Task<bool>"></return>⤶
<return type="Task<bool>">true if downloaded and installed correctly</return>⤶
<summary>Will attempt to download this item asyncronously - allowing you to instantly react to its installation</summary>
</member>