Skip to content

Commit

Permalink
Fixed UGC class function
Browse files Browse the repository at this point in the history
  • Loading branch information
Gramps committed Aug 14, 2024
1 parent 1f49122 commit 404ffe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/classes/ugc.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ Functions to create, consume, and interact with the [Steam Workshop](https://pa
!!! function "getQueryUGCPreviewURL( ```uint64_t``` query_handle, ```uint32``` index )"
Retrieve the URL to the preview image of an individual workshop item after receiving a querying UGC call result.

You can use this URL to download and display the preview image instead of having to download it using the [handle_preview_file key in the return dictionary from [getQueryUGCResult](#getqueryugcresult).
You can use this URL to download and display the preview image instead of having to download it using the handle_preview_file key in the return dictionary from [getQueryUGCResult](#getqueryugcresult).

**Returns:** string

Expand Down

0 comments on commit 404ffe2

Please sign in to comment.