Revision Difference
SteamUGC.QueryFileAsync#519927
<member type="method" namespace="Steamworks" parent="SteamUGC" name="QueryFileAsync" async="true" static="true">
<args>
<arg name="fileId" type="Steamworks.Data.PublishedFileId"></arg>
<arg name="fileId" type="Data.PublishedFileId"></arg>
</args>
<return type="Task<Nullable<Steamworks.Ugc.Item>>"></return>
<return type="Task<Nullable<Ugc.Item>>"></return>
<summary>Utility function to fetch a single item. Internally this uses Ugc.FileQuery -
which you can use to query multiple items if you need to.</summary>
</member>