From 404ffe2fdf26727397e4f6946975a23d21aff457 Mon Sep 17 00:00:00 2001 From: GP Garcia Date: Wed, 14 Aug 2024 01:31:49 -0500 Subject: [PATCH] Fixed UGC class function --- docs/classes/ugc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/classes/ugc.md b/docs/classes/ugc.md index cc78f251..a5921c6c 100644 --- a/docs/classes/ugc.md +++ b/docs/classes/ugc.md @@ -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