Home
last modified time | relevance | path

Searched refs:UGCUpdateHandle_t (Results 1 – 3 of 3) sorted by relevance

/dports/games/redeclipse/base-2.0.0/src/steam/
H A Disteamugc.h26 typedef uint64 UGCUpdateHandle_t; typedef
30 const UGCUpdateHandle_t k_UGCUpdateHandleInvalid = 0xffffffffffffffffull;
261 …virtual bool SetItemTitle( UGCUpdateHandle_t handle, const char *pchTitle ) = 0; // change the tit…
262 …virtual bool SetItemDescription( UGCUpdateHandle_t handle, const char *pchDescription ) = 0; // ch…
265 …virtual bool SetItemVisibility( UGCUpdateHandle_t handle, ERemoteStoragePublishedFileVisibility eV…
266 …virtual bool SetItemTags( UGCUpdateHandle_t updateHandle, const SteamParamStringArray_t *pTags ) =…
267 …virtual bool SetItemContent( UGCUpdateHandle_t handle, const char *pszContentFolder ) = 0; // upda…
269 …virtual bool RemoveItemKeyValueTags( UGCUpdateHandle_t handle, const char *pchKey ) = 0; // remove…
272 …virtual bool AddItemPreviewVideo( UGCUpdateHandle_t handle, const char *pszVideoID ) = 0; // add …
275 …virtual bool RemoveItemPreview( UGCUpdateHandle_t handle, uint32 index ) = 0; // remove a preview …
[all …]
H A Dsteam_api_flat.h71 typedef uint64 UGCUpdateHandle_t; typedef
661 S_API bool SteamAPI_ISteamUGC_SetItemTitle(intptr_t instancePtr, UGCUpdateHandle_t handle, const ch…
662 S_API bool SteamAPI_ISteamUGC_SetItemDescription(intptr_t instancePtr, UGCUpdateHandle_t handle, co…
663 S_API bool SteamAPI_ISteamUGC_SetItemUpdateLanguage(intptr_t instancePtr, UGCUpdateHandle_t handle,…
664 S_API bool SteamAPI_ISteamUGC_SetItemMetadata(intptr_t instancePtr, UGCUpdateHandle_t handle, const…
667 S_API bool SteamAPI_ISteamUGC_SetItemContent(intptr_t instancePtr, UGCUpdateHandle_t handle, const …
668 S_API bool SteamAPI_ISteamUGC_SetItemPreview(intptr_t instancePtr, UGCUpdateHandle_t handle, const …
669 S_API bool SteamAPI_ISteamUGC_RemoveItemKeyValueTags(intptr_t instancePtr, UGCUpdateHandle_t handle…
672 S_API bool SteamAPI_ISteamUGC_AddItemPreviewVideo(intptr_t instancePtr, UGCUpdateHandle_t handle, c…
675 S_API bool SteamAPI_ISteamUGC_RemoveItemPreview(intptr_t instancePtr, UGCUpdateHandle_t handle, uin…
[all …]
/dports/games/barony/Barony-3.3.7/src/
H A Dsteam.hpp241 UGCUpdateHandle_t UGCUpdateHandle;