C# Класс Valve.Steamworks.ISteamUGC

Показать файл Открыть проект

Открытые методы

Метод Описание
AddExcludedTag ( ulong handle, string pTagName ) : bool
AddItemKeyValueTag ( ulong handle, string pchKey, string pchValue ) : bool
AddItemToFavorites ( uint nAppId, ulong nPublishedFileID ) : ulong
AddRequiredKeyValueTag ( ulong handle, string pKey, string pValue ) : bool
AddRequiredTag ( ulong handle, string pTagName ) : bool
BInitWorkshopForGameServer ( uint unWorkshopDepotID, string pszFolder ) : bool
CreateItem ( uint nConsumerAppId, uint eFileType ) : ulong
CreateQueryAllUGCRequest ( uint eQueryType, uint eMatchingeMatchingUGCTypeFileType, uint nCreatorAppID, uint nConsumerAppID, uint unPage ) : ulong
CreateQueryUGCDetailsRequest ( ulong &pvecPublishedFileID, uint unNumPublishedFileIDs ) : ulong
CreateQueryUserUGCRequest ( uint unAccountID, uint eListType, uint eMatchingUGCType, uint eSortOrder, uint nCreatorAppID, uint nConsumerAppID, uint unPage ) : ulong
DownloadItem ( ulong nPublishedFileID, bool bHighPriority ) : bool
GetIntPtr ( ) : IntPtr
GetItemDownloadInfo ( ulong nPublishedFileID, ulong &punBytesDownloaded, ulong &punBytesTotal ) : bool
GetItemInstallInfo ( ulong nPublishedFileID, ulong &punSizeOnDisk, string &pchFolder, uint &punTimeStamp ) : bool
GetItemState ( ulong nPublishedFileID ) : uint
GetItemUpdateProgress ( ulong handle, ulong &punBytesProcessed, ulong &punBytesTotal ) : uint
GetNumSubscribedItems ( ) : uint
GetQueryUGCAdditionalPreview ( ulong handle, uint index, uint previewIndex, string &pchURLOrVideoID, bool &pbIsImage ) : bool
GetQueryUGCChildren ( ulong handle, uint index, ulong &pvecPublishedFileID, uint cMaxEntries ) : bool
GetQueryUGCKeyValueTag ( ulong handle, uint index, uint keyValueTagIndex, string &pchKey, string &pchValue ) : bool
GetQueryUGCMetadata ( ulong handle, uint index, string &pchMetadata ) : bool
GetQueryUGCNumAdditionalPreviews ( ulong handle, uint index ) : uint
GetQueryUGCNumKeyValueTags ( ulong handle, uint index ) : uint
GetQueryUGCPreviewURL ( ulong handle, uint index, string &pchURL ) : bool
GetQueryUGCResult ( ulong handle, uint index, SteamUGCDetails_t &pDetails ) : bool
GetQueryUGCStatistic ( ulong handle, uint index, uint eStatType, uint &pStatValue ) : bool
GetSubscribedItems ( ulong &pvecPublishedFileID, uint cMaxEntries ) : uint
GetUserItemVote ( ulong nPublishedFileID ) : ulong
ReleaseQueryUGCRequest ( ulong handle ) : bool
RemoveItemFromFavorites ( uint nAppId, ulong nPublishedFileID ) : ulong
RemoveItemKeyValueTags ( ulong handle, string pchKey ) : bool
RequestUGCDetails ( ulong nPublishedFileID, uint unMaxAgeSeconds ) : ulong
SendQueryUGCRequest ( ulong handle ) : ulong
SetAllowCachedResponse ( ulong handle, uint unMaxAgeSeconds ) : bool
SetCloudFileNameFilter ( ulong handle, string pMatchCloudFileName ) : bool
SetItemContent ( ulong handle, string pszContentFolder ) : bool
SetItemDescription ( ulong handle, string pchDescription ) : bool
SetItemMetadata ( ulong handle, string pchMetaData ) : bool
SetItemPreview ( ulong handle, string pszPreviewFile ) : bool
SetItemTags ( ulong updateHandle, SteamParamStringArray_t &pTags ) : bool
SetItemTitle ( ulong handle, string pchTitle ) : bool
SetItemUpdateLanguage ( ulong handle, string pchLanguage ) : bool
SetItemVisibility ( ulong handle, uint eVisibility ) : bool
SetLanguage ( ulong handle, string pchLanguage ) : bool
SetMatchAnyTag ( ulong handle, bool bMatchAnyTag ) : bool
SetRankedByTrendDays ( ulong handle, uint unDays ) : bool
SetReturnAdditionalPreviews ( ulong handle, bool bReturnAdditionalPreviews ) : bool
SetReturnChildren ( ulong handle, bool bReturnChildren ) : bool
SetReturnKeyValueTags ( ulong handle, bool bReturnKeyValueTags ) : bool
SetReturnLongDescription ( ulong handle, bool bReturnLongDescription ) : bool
SetReturnMetadata ( ulong handle, bool bReturnMetadata ) : bool
SetReturnTotalOnly ( ulong handle, bool bReturnTotalOnly ) : bool
SetSearchText ( ulong handle, string pSearchText ) : bool
SetUserItemVote ( ulong nPublishedFileID, bool bVoteUp ) : ulong
StartItemUpdate ( uint nConsumerAppId, ulong nPublishedFileID ) : ulong
SubmitItemUpdate ( ulong handle, string pchChangeNote ) : ulong
SubscribeItem ( ulong nPublishedFileID ) : ulong
SuspendDownloads ( bool bSuspend ) : void
UnsubscribeItem ( ulong nPublishedFileID ) : ulong

Описание методов

AddExcludedTag() публичный абстрактный Метод

public abstract AddExcludedTag ( ulong handle, string pTagName ) : bool
handle ulong
pTagName string
Результат bool

AddItemKeyValueTag() публичный абстрактный Метод

public abstract AddItemKeyValueTag ( ulong handle, string pchKey, string pchValue ) : bool
handle ulong
pchKey string
pchValue string
Результат bool

AddItemToFavorites() публичный абстрактный Метод

public abstract AddItemToFavorites ( uint nAppId, ulong nPublishedFileID ) : ulong
nAppId uint
nPublishedFileID ulong
Результат ulong

AddRequiredKeyValueTag() публичный абстрактный Метод

public abstract AddRequiredKeyValueTag ( ulong handle, string pKey, string pValue ) : bool
handle ulong
pKey string
pValue string
Результат bool

AddRequiredTag() публичный абстрактный Метод

public abstract AddRequiredTag ( ulong handle, string pTagName ) : bool
handle ulong
pTagName string
Результат bool

BInitWorkshopForGameServer() публичный абстрактный Метод

public abstract BInitWorkshopForGameServer ( uint unWorkshopDepotID, string pszFolder ) : bool
unWorkshopDepotID uint
pszFolder string
Результат bool

CreateItem() публичный абстрактный Метод

public abstract CreateItem ( uint nConsumerAppId, uint eFileType ) : ulong
nConsumerAppId uint
eFileType uint
Результат ulong

CreateQueryAllUGCRequest() публичный абстрактный Метод

public abstract CreateQueryAllUGCRequest ( uint eQueryType, uint eMatchingeMatchingUGCTypeFileType, uint nCreatorAppID, uint nConsumerAppID, uint unPage ) : ulong
eQueryType uint
eMatchingeMatchingUGCTypeFileType uint
nCreatorAppID uint
nConsumerAppID uint
unPage uint
Результат ulong

CreateQueryUGCDetailsRequest() публичный абстрактный Метод

public abstract CreateQueryUGCDetailsRequest ( ulong &pvecPublishedFileID, uint unNumPublishedFileIDs ) : ulong
pvecPublishedFileID ulong
unNumPublishedFileIDs uint
Результат ulong

CreateQueryUserUGCRequest() публичный абстрактный Метод

public abstract CreateQueryUserUGCRequest ( uint unAccountID, uint eListType, uint eMatchingUGCType, uint eSortOrder, uint nCreatorAppID, uint nConsumerAppID, uint unPage ) : ulong
unAccountID uint
eListType uint
eMatchingUGCType uint
eSortOrder uint
nCreatorAppID uint
nConsumerAppID uint
unPage uint
Результат ulong

DownloadItem() публичный абстрактный Метод

public abstract DownloadItem ( ulong nPublishedFileID, bool bHighPriority ) : bool
nPublishedFileID ulong
bHighPriority bool
Результат bool

GetIntPtr() публичный абстрактный Метод

public abstract GetIntPtr ( ) : IntPtr
Результат System.IntPtr

GetItemDownloadInfo() публичный абстрактный Метод

public abstract GetItemDownloadInfo ( ulong nPublishedFileID, ulong &punBytesDownloaded, ulong &punBytesTotal ) : bool
nPublishedFileID ulong
punBytesDownloaded ulong
punBytesTotal ulong
Результат bool

GetItemInstallInfo() публичный абстрактный Метод

public abstract GetItemInstallInfo ( ulong nPublishedFileID, ulong &punSizeOnDisk, string &pchFolder, uint &punTimeStamp ) : bool
nPublishedFileID ulong
punSizeOnDisk ulong
pchFolder string
punTimeStamp uint
Результат bool

GetItemState() публичный абстрактный Метод

public abstract GetItemState ( ulong nPublishedFileID ) : uint
nPublishedFileID ulong
Результат uint

GetItemUpdateProgress() публичный абстрактный Метод

public abstract GetItemUpdateProgress ( ulong handle, ulong &punBytesProcessed, ulong &punBytesTotal ) : uint
handle ulong
punBytesProcessed ulong
punBytesTotal ulong
Результат uint

GetNumSubscribedItems() публичный абстрактный Метод

public abstract GetNumSubscribedItems ( ) : uint
Результат uint

GetQueryUGCAdditionalPreview() публичный абстрактный Метод

public abstract GetQueryUGCAdditionalPreview ( ulong handle, uint index, uint previewIndex, string &pchURLOrVideoID, bool &pbIsImage ) : bool
handle ulong
index uint
previewIndex uint
pchURLOrVideoID string
pbIsImage bool
Результат bool

GetQueryUGCChildren() публичный абстрактный Метод

public abstract GetQueryUGCChildren ( ulong handle, uint index, ulong &pvecPublishedFileID, uint cMaxEntries ) : bool
handle ulong
index uint
pvecPublishedFileID ulong
cMaxEntries uint
Результат bool

GetQueryUGCKeyValueTag() публичный абстрактный Метод

public abstract GetQueryUGCKeyValueTag ( ulong handle, uint index, uint keyValueTagIndex, string &pchKey, string &pchValue ) : bool
handle ulong
index uint
keyValueTagIndex uint
pchKey string
pchValue string
Результат bool

GetQueryUGCMetadata() публичный абстрактный Метод

public abstract GetQueryUGCMetadata ( ulong handle, uint index, string &pchMetadata ) : bool
handle ulong
index uint
pchMetadata string
Результат bool

GetQueryUGCNumAdditionalPreviews() публичный абстрактный Метод

public abstract GetQueryUGCNumAdditionalPreviews ( ulong handle, uint index ) : uint
handle ulong
index uint
Результат uint

GetQueryUGCNumKeyValueTags() публичный абстрактный Метод

public abstract GetQueryUGCNumKeyValueTags ( ulong handle, uint index ) : uint
handle ulong
index uint
Результат uint

GetQueryUGCPreviewURL() публичный абстрактный Метод

public abstract GetQueryUGCPreviewURL ( ulong handle, uint index, string &pchURL ) : bool
handle ulong
index uint
pchURL string
Результат bool

GetQueryUGCResult() публичный абстрактный Метод

public abstract GetQueryUGCResult ( ulong handle, uint index, SteamUGCDetails_t &pDetails ) : bool
handle ulong
index uint
pDetails SteamUGCDetails_t
Результат bool

GetQueryUGCStatistic() публичный абстрактный Метод

public abstract GetQueryUGCStatistic ( ulong handle, uint index, uint eStatType, uint &pStatValue ) : bool
handle ulong
index uint
eStatType uint
pStatValue uint
Результат bool

GetSubscribedItems() публичный абстрактный Метод

public abstract GetSubscribedItems ( ulong &pvecPublishedFileID, uint cMaxEntries ) : uint
pvecPublishedFileID ulong
cMaxEntries uint
Результат uint

GetUserItemVote() публичный абстрактный Метод

public abstract GetUserItemVote ( ulong nPublishedFileID ) : ulong
nPublishedFileID ulong
Результат ulong

ReleaseQueryUGCRequest() публичный абстрактный Метод

public abstract ReleaseQueryUGCRequest ( ulong handle ) : bool
handle ulong
Результат bool

RemoveItemFromFavorites() публичный абстрактный Метод

public abstract RemoveItemFromFavorites ( uint nAppId, ulong nPublishedFileID ) : ulong
nAppId uint
nPublishedFileID ulong
Результат ulong

RemoveItemKeyValueTags() публичный абстрактный Метод

public abstract RemoveItemKeyValueTags ( ulong handle, string pchKey ) : bool
handle ulong
pchKey string
Результат bool

RequestUGCDetails() публичный абстрактный Метод

public abstract RequestUGCDetails ( ulong nPublishedFileID, uint unMaxAgeSeconds ) : ulong
nPublishedFileID ulong
unMaxAgeSeconds uint
Результат ulong

SendQueryUGCRequest() публичный абстрактный Метод

public abstract SendQueryUGCRequest ( ulong handle ) : ulong
handle ulong
Результат ulong

SetAllowCachedResponse() публичный абстрактный Метод

public abstract SetAllowCachedResponse ( ulong handle, uint unMaxAgeSeconds ) : bool
handle ulong
unMaxAgeSeconds uint
Результат bool

SetCloudFileNameFilter() публичный абстрактный Метод

public abstract SetCloudFileNameFilter ( ulong handle, string pMatchCloudFileName ) : bool
handle ulong
pMatchCloudFileName string
Результат bool

SetItemContent() публичный абстрактный Метод

public abstract SetItemContent ( ulong handle, string pszContentFolder ) : bool
handle ulong
pszContentFolder string
Результат bool

SetItemDescription() публичный абстрактный Метод

public abstract SetItemDescription ( ulong handle, string pchDescription ) : bool
handle ulong
pchDescription string
Результат bool

SetItemMetadata() публичный абстрактный Метод

public abstract SetItemMetadata ( ulong handle, string pchMetaData ) : bool
handle ulong
pchMetaData string
Результат bool

SetItemPreview() публичный абстрактный Метод

public abstract SetItemPreview ( ulong handle, string pszPreviewFile ) : bool
handle ulong
pszPreviewFile string
Результат bool

SetItemTags() публичный абстрактный Метод

public abstract SetItemTags ( ulong updateHandle, SteamParamStringArray_t &pTags ) : bool
updateHandle ulong
pTags SteamParamStringArray_t
Результат bool

SetItemTitle() публичный абстрактный Метод

public abstract SetItemTitle ( ulong handle, string pchTitle ) : bool
handle ulong
pchTitle string
Результат bool

SetItemUpdateLanguage() публичный абстрактный Метод

public abstract SetItemUpdateLanguage ( ulong handle, string pchLanguage ) : bool
handle ulong
pchLanguage string
Результат bool

SetItemVisibility() публичный абстрактный Метод

public abstract SetItemVisibility ( ulong handle, uint eVisibility ) : bool
handle ulong
eVisibility uint
Результат bool

SetLanguage() публичный абстрактный Метод

public abstract SetLanguage ( ulong handle, string pchLanguage ) : bool
handle ulong
pchLanguage string
Результат bool

SetMatchAnyTag() публичный абстрактный Метод

public abstract SetMatchAnyTag ( ulong handle, bool bMatchAnyTag ) : bool
handle ulong
bMatchAnyTag bool
Результат bool

SetRankedByTrendDays() публичный абстрактный Метод

public abstract SetRankedByTrendDays ( ulong handle, uint unDays ) : bool
handle ulong
unDays uint
Результат bool

SetReturnAdditionalPreviews() публичный абстрактный Метод

public abstract SetReturnAdditionalPreviews ( ulong handle, bool bReturnAdditionalPreviews ) : bool
handle ulong
bReturnAdditionalPreviews bool
Результат bool

SetReturnChildren() публичный абстрактный Метод

public abstract SetReturnChildren ( ulong handle, bool bReturnChildren ) : bool
handle ulong
bReturnChildren bool
Результат bool

SetReturnKeyValueTags() публичный абстрактный Метод

public abstract SetReturnKeyValueTags ( ulong handle, bool bReturnKeyValueTags ) : bool
handle ulong
bReturnKeyValueTags bool
Результат bool

SetReturnLongDescription() публичный абстрактный Метод

public abstract SetReturnLongDescription ( ulong handle, bool bReturnLongDescription ) : bool
handle ulong
bReturnLongDescription bool
Результат bool

SetReturnMetadata() публичный абстрактный Метод

public abstract SetReturnMetadata ( ulong handle, bool bReturnMetadata ) : bool
handle ulong
bReturnMetadata bool
Результат bool

SetReturnTotalOnly() публичный абстрактный Метод

public abstract SetReturnTotalOnly ( ulong handle, bool bReturnTotalOnly ) : bool
handle ulong
bReturnTotalOnly bool
Результат bool

SetSearchText() публичный абстрактный Метод

public abstract SetSearchText ( ulong handle, string pSearchText ) : bool
handle ulong
pSearchText string
Результат bool

SetUserItemVote() публичный абстрактный Метод

public abstract SetUserItemVote ( ulong nPublishedFileID, bool bVoteUp ) : ulong
nPublishedFileID ulong
bVoteUp bool
Результат ulong

StartItemUpdate() публичный абстрактный Метод

public abstract StartItemUpdate ( uint nConsumerAppId, ulong nPublishedFileID ) : ulong
nConsumerAppId uint
nPublishedFileID ulong
Результат ulong

SubmitItemUpdate() публичный абстрактный Метод

public abstract SubmitItemUpdate ( ulong handle, string pchChangeNote ) : ulong
handle ulong
pchChangeNote string
Результат ulong

SubscribeItem() публичный абстрактный Метод

public abstract SubscribeItem ( ulong nPublishedFileID ) : ulong
nPublishedFileID ulong
Результат ulong

SuspendDownloads() публичный абстрактный Метод

public abstract SuspendDownloads ( bool bSuspend ) : void
bSuspend bool
Результат void

UnsubscribeItem() публичный абстрактный Метод

public abstract UnsubscribeItem ( ulong nPublishedFileID ) : ulong
nPublishedFileID ulong
Результат ulong