|
static SteamAPICall_t | AddAppDependency (PublishedFileId_t nPublishedFileID, AppId_t nAppID) |
|
static SteamAPICall_t | AddDependency (PublishedFileId_t nParentPublishedFileID, PublishedFileId_t nChildPublishedFileID) |
|
static bool | AddExcludedTag (UGCQueryHandle_t handle, string pTagName) |
|
static bool | AddItemKeyValueTag (UGCUpdateHandle_t handle, string pchKey, string pchValue) |
|
static bool | AddItemPreviewFile (UGCUpdateHandle_t handle, string pszPreviewFile, EItemPreviewType type) |
|
static bool | AddItemPreviewVideo (UGCUpdateHandle_t handle, string pszVideoID) |
|
static SteamAPICall_t | AddItemToFavorites (AppId_t nAppId, PublishedFileId_t nPublishedFileID) |
|
static bool | AddRequiredKeyValueTag (UGCQueryHandle_t handle, string pKey, string pValue) |
|
static bool | AddRequiredTag (UGCQueryHandle_t handle, string pTagName) |
|
static bool | BInitWorkshopForGameServer (DepotId_t unWorkshopDepotID, string pszFolder) |
|
static SteamAPICall_t | CreateItem (AppId_t nConsumerAppId, EWorkshopFileType eFileType) |
|
static UGCQueryHandle_t | CreateQueryAllUGCRequest (EUGCQuery eQueryType, EUGCMatchingUGCType eMatchingeMatchingUGCTypeFileType, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint unPage) |
|
static UGCQueryHandle_t | CreateQueryUGCDetailsRequest (PublishedFileId_t[] pvecPublishedFileID, uint unNumPublishedFileIDs) |
|
static UGCQueryHandle_t | CreateQueryUserUGCRequest (AccountID_t unAccountID, EUserUGCList eListType, EUGCMatchingUGCType eMatchingUGCType, EUserUGCListSortOrder eSortOrder, AppId_t nCreatorAppID, AppId_t nConsumerAppID, uint unPage) |
|
static SteamAPICall_t | DeleteItem (PublishedFileId_t nPublishedFileID) |
|
static bool | DownloadItem (PublishedFileId_t nPublishedFileID, bool bHighPriority) |
|
static SteamAPICall_t | GetAppDependencies (PublishedFileId_t nPublishedFileID) |
|
static bool | GetItemDownloadInfo (PublishedFileId_t nPublishedFileID, out ulong punBytesDownloaded, out ulong punBytesTotal) |
|
static bool | GetItemInstallInfo (PublishedFileId_t nPublishedFileID, out ulong punSizeOnDisk, out string pchFolder, uint cchFolderSize, out uint punTimeStamp) |
|
static uint | GetItemState (PublishedFileId_t nPublishedFileID) |
|
static EItemUpdateStatus | GetItemUpdateProgress (UGCUpdateHandle_t handle, out ulong punBytesProcessed, out ulong punBytesTotal) |
|
static uint | GetNumSubscribedItems () |
|
static bool | GetQueryUGCAdditionalPreview (UGCQueryHandle_t handle, uint index, uint previewIndex, out string pchURLOrVideoID, uint cchURLSize, out string pchOriginalFileName, uint cchOriginalFileNameSize, out EItemPreviewType pPreviewType) |
|
static bool | GetQueryUGCChildren (UGCQueryHandle_t handle, uint index, PublishedFileId_t[] pvecPublishedFileID, uint cMaxEntries) |
|
static bool | GetQueryUGCKeyValueTag (UGCQueryHandle_t handle, uint index, uint keyValueTagIndex, out string pchKey, uint cchKeySize, out string pchValue, uint cchValueSize) |
|
static bool | GetQueryUGCMetadata (UGCQueryHandle_t handle, uint index, out string pchMetadata, uint cchMetadatasize) |
|
static uint | GetQueryUGCNumAdditionalPreviews (UGCQueryHandle_t handle, uint index) |
|
static uint | GetQueryUGCNumKeyValueTags (UGCQueryHandle_t handle, uint index) |
|
static bool | GetQueryUGCPreviewURL (UGCQueryHandle_t handle, uint index, out string pchURL, uint cchURLSize) |
|
static bool | GetQueryUGCResult (UGCQueryHandle_t handle, uint index, out SteamUGCDetails_t pDetails) |
|
static bool | GetQueryUGCStatistic (UGCQueryHandle_t handle, uint index, EItemStatistic eStatType, out ulong pStatValue) |
|
static uint | GetSubscribedItems (PublishedFileId_t[] pvecPublishedFileID, uint cMaxEntries) |
|
static SteamAPICall_t | GetUserItemVote (PublishedFileId_t nPublishedFileID) |
|
static bool | ReleaseQueryUGCRequest (UGCQueryHandle_t handle) |
|
static SteamAPICall_t | RemoveAppDependency (PublishedFileId_t nPublishedFileID, AppId_t nAppID) |
|
static SteamAPICall_t | RemoveDependency (PublishedFileId_t nParentPublishedFileID, PublishedFileId_t nChildPublishedFileID) |
|
static SteamAPICall_t | RemoveItemFromFavorites (AppId_t nAppId, PublishedFileId_t nPublishedFileID) |
|
static bool | RemoveItemKeyValueTags (UGCUpdateHandle_t handle, string pchKey) |
|
static bool | RemoveItemPreview (UGCUpdateHandle_t handle, uint index) |
|
static SteamAPICall_t | RequestUGCDetails (PublishedFileId_t nPublishedFileID, uint unMaxAgeSeconds) |
|
static SteamAPICall_t | SendQueryUGCRequest (UGCQueryHandle_t handle) |
|
static bool | SetAllowCachedResponse (UGCQueryHandle_t handle, uint unMaxAgeSeconds) |
|
static bool | SetCloudFileNameFilter (UGCQueryHandle_t handle, string pMatchCloudFileName) |
|
static bool | SetItemContent (UGCUpdateHandle_t handle, string pszContentFolder) |
|
static bool | SetItemDescription (UGCUpdateHandle_t handle, string pchDescription) |
|
static bool | SetItemMetadata (UGCUpdateHandle_t handle, string pchMetaData) |
|
static bool | SetItemPreview (UGCUpdateHandle_t handle, string pszPreviewFile) |
|
static bool | SetItemTags (UGCUpdateHandle_t updateHandle, System.Collections.Generic.IList< string > pTags) |
|
static bool | SetItemTitle (UGCUpdateHandle_t handle, string pchTitle) |
|
static bool | SetItemUpdateLanguage (UGCUpdateHandle_t handle, string pchLanguage) |
|
static bool | SetItemVisibility (UGCUpdateHandle_t handle, ERemoteStoragePublishedFileVisibility eVisibility) |
|
static bool | SetLanguage (UGCQueryHandle_t handle, string pchLanguage) |
|
static bool | SetMatchAnyTag (UGCQueryHandle_t handle, bool bMatchAnyTag) |
|
static bool | SetRankedByTrendDays (UGCQueryHandle_t handle, uint unDays) |
|
static bool | SetReturnAdditionalPreviews (UGCQueryHandle_t handle, bool bReturnAdditionalPreviews) |
|
static bool | SetReturnChildren (UGCQueryHandle_t handle, bool bReturnChildren) |
|
static bool | SetReturnKeyValueTags (UGCQueryHandle_t handle, bool bReturnKeyValueTags) |
|
static bool | SetReturnLongDescription (UGCQueryHandle_t handle, bool bReturnLongDescription) |
|
static bool | SetReturnMetadata (UGCQueryHandle_t handle, bool bReturnMetadata) |
|
static bool | SetReturnOnlyIDs (UGCQueryHandle_t handle, bool bReturnOnlyIDs) |
|
static bool | SetReturnPlaytimeStats (UGCQueryHandle_t handle, uint unDays) |
|
static bool | SetReturnTotalOnly (UGCQueryHandle_t handle, bool bReturnTotalOnly) |
|
static bool | SetSearchText (UGCQueryHandle_t handle, string pSearchText) |
|
static SteamAPICall_t | SetUserItemVote (PublishedFileId_t nPublishedFileID, bool bVoteUp) |
|
static UGCUpdateHandle_t | StartItemUpdate (AppId_t nConsumerAppId, PublishedFileId_t nPublishedFileID) |
|
static SteamAPICall_t | StartPlaytimeTracking (PublishedFileId_t[] pvecPublishedFileID, uint unNumPublishedFileIDs) |
|
static SteamAPICall_t | StopPlaytimeTracking (PublishedFileId_t[] pvecPublishedFileID, uint unNumPublishedFileIDs) |
|
static SteamAPICall_t | StopPlaytimeTrackingForAllItems () |
|
static SteamAPICall_t | SubmitItemUpdate (UGCUpdateHandle_t handle, string pchChangeNote) |
|
static SteamAPICall_t | SubscribeItem (PublishedFileId_t nPublishedFileID) |
|
static void | SuspendDownloads (bool bSuspend) |
|
static SteamAPICall_t | UnsubscribeItem (PublishedFileId_t nPublishedFileID) |
|
static bool | UpdateItemPreviewFile (UGCUpdateHandle_t handle, uint index, string pszPreviewFile) |
|
static bool | UpdateItemPreviewVideo (UGCUpdateHandle_t handle, uint index, string pszVideoID) |
|