C# Class Valve.Steamworks.CSteamUGC

Inheritance: ISteamUGC
Afficher le fichier Open project: kronosaur/Transcendence

Méthodes publiques

Méthode Description
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
CSteamUGC ( IntPtr SteamUGC )
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

Private Methods

Méthode Description
CheckIfUsable ( ) : void

Method Details

AddExcludedTag() public méthode

public AddExcludedTag ( ulong handle, string pTagName ) : bool
handle ulong
pTagName string
Résultat bool

AddItemKeyValueTag() public méthode

public AddItemKeyValueTag ( ulong handle, string pchKey, string pchValue ) : bool
handle ulong
pchKey string
pchValue string
Résultat bool

AddItemToFavorites() public méthode

public AddItemToFavorites ( uint nAppId, ulong nPublishedFileID ) : ulong
nAppId uint
nPublishedFileID ulong
Résultat ulong

AddRequiredKeyValueTag() public méthode

public AddRequiredKeyValueTag ( ulong handle, string pKey, string pValue ) : bool
handle ulong
pKey string
pValue string
Résultat bool

AddRequiredTag() public méthode

public AddRequiredTag ( ulong handle, string pTagName ) : bool
handle ulong
pTagName string
Résultat bool

BInitWorkshopForGameServer() public méthode

public BInitWorkshopForGameServer ( uint unWorkshopDepotID, string pszFolder ) : bool
unWorkshopDepotID uint
pszFolder string
Résultat bool

CSteamUGC() public méthode

public CSteamUGC ( IntPtr SteamUGC )
SteamUGC System.IntPtr

CreateItem() public méthode

public CreateItem ( uint nConsumerAppId, uint eFileType ) : ulong
nConsumerAppId uint
eFileType uint
Résultat ulong

CreateQueryAllUGCRequest() public méthode

public CreateQueryAllUGCRequest ( uint eQueryType, uint eMatchingeMatchingUGCTypeFileType, uint nCreatorAppID, uint nConsumerAppID, uint unPage ) : ulong
eQueryType uint
eMatchingeMatchingUGCTypeFileType uint
nCreatorAppID uint
nConsumerAppID uint
unPage uint
Résultat ulong

CreateQueryUGCDetailsRequest() public méthode

public CreateQueryUGCDetailsRequest ( ulong &pvecPublishedFileID, uint unNumPublishedFileIDs ) : ulong
pvecPublishedFileID ulong
unNumPublishedFileIDs uint
Résultat ulong

CreateQueryUserUGCRequest() public méthode

public 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
Résultat ulong

DownloadItem() public méthode

public DownloadItem ( ulong nPublishedFileID, bool bHighPriority ) : bool
nPublishedFileID ulong
bHighPriority bool
Résultat bool

GetIntPtr() public méthode

public GetIntPtr ( ) : IntPtr
Résultat System.IntPtr

GetItemDownloadInfo() public méthode

public GetItemDownloadInfo ( ulong nPublishedFileID, ulong &punBytesDownloaded, ulong &punBytesTotal ) : bool
nPublishedFileID ulong
punBytesDownloaded ulong
punBytesTotal ulong
Résultat bool

GetItemInstallInfo() public méthode

public GetItemInstallInfo ( ulong nPublishedFileID, ulong &punSizeOnDisk, string &pchFolder, uint &punTimeStamp ) : bool
nPublishedFileID ulong
punSizeOnDisk ulong
pchFolder string
punTimeStamp uint
Résultat bool

GetItemState() public méthode

public GetItemState ( ulong nPublishedFileID ) : uint
nPublishedFileID ulong
Résultat uint

GetItemUpdateProgress() public méthode

public GetItemUpdateProgress ( ulong handle, ulong &punBytesProcessed, ulong &punBytesTotal ) : uint
handle ulong
punBytesProcessed ulong
punBytesTotal ulong
Résultat uint

GetNumSubscribedItems() public méthode

public GetNumSubscribedItems ( ) : uint
Résultat uint

GetQueryUGCAdditionalPreview() public méthode

public GetQueryUGCAdditionalPreview ( ulong handle, uint index, uint previewIndex, string &pchURLOrVideoID, bool &pbIsImage ) : bool
handle ulong
index uint
previewIndex uint
pchURLOrVideoID string
pbIsImage bool
Résultat bool

GetQueryUGCChildren() public méthode

public GetQueryUGCChildren ( ulong handle, uint index, ulong &pvecPublishedFileID, uint cMaxEntries ) : bool
handle ulong
index uint
pvecPublishedFileID ulong
cMaxEntries uint
Résultat bool

GetQueryUGCKeyValueTag() public méthode

public GetQueryUGCKeyValueTag ( ulong handle, uint index, uint keyValueTagIndex, string &pchKey, string &pchValue ) : bool
handle ulong
index uint
keyValueTagIndex uint
pchKey string
pchValue string
Résultat bool

GetQueryUGCMetadata() public méthode

public GetQueryUGCMetadata ( ulong handle, uint index, string &pchMetadata ) : bool
handle ulong
index uint
pchMetadata string
Résultat bool

GetQueryUGCNumAdditionalPreviews() public méthode

public GetQueryUGCNumAdditionalPreviews ( ulong handle, uint index ) : uint
handle ulong
index uint
Résultat uint

GetQueryUGCNumKeyValueTags() public méthode

public GetQueryUGCNumKeyValueTags ( ulong handle, uint index ) : uint
handle ulong
index uint
Résultat uint

GetQueryUGCPreviewURL() public méthode

public GetQueryUGCPreviewURL ( ulong handle, uint index, string &pchURL ) : bool
handle ulong
index uint
pchURL string
Résultat bool

GetQueryUGCResult() public méthode

public GetQueryUGCResult ( ulong handle, uint index, SteamUGCDetails_t &pDetails ) : bool
handle ulong
index uint
pDetails SteamUGCDetails_t
Résultat bool

GetQueryUGCStatistic() public méthode

public GetQueryUGCStatistic ( ulong handle, uint index, uint eStatType, uint &pStatValue ) : bool
handle ulong
index uint
eStatType uint
pStatValue uint
Résultat bool

GetSubscribedItems() public méthode

public GetSubscribedItems ( ulong &pvecPublishedFileID, uint cMaxEntries ) : uint
pvecPublishedFileID ulong
cMaxEntries uint
Résultat uint

GetUserItemVote() public méthode

public GetUserItemVote ( ulong nPublishedFileID ) : ulong
nPublishedFileID ulong
Résultat ulong

ReleaseQueryUGCRequest() public méthode

public ReleaseQueryUGCRequest ( ulong handle ) : bool
handle ulong
Résultat bool

RemoveItemFromFavorites() public méthode

public RemoveItemFromFavorites ( uint nAppId, ulong nPublishedFileID ) : ulong
nAppId uint
nPublishedFileID ulong
Résultat ulong

RemoveItemKeyValueTags() public méthode

public RemoveItemKeyValueTags ( ulong handle, string pchKey ) : bool
handle ulong
pchKey string
Résultat bool

RequestUGCDetails() public méthode

public RequestUGCDetails ( ulong nPublishedFileID, uint unMaxAgeSeconds ) : ulong
nPublishedFileID ulong
unMaxAgeSeconds uint
Résultat ulong

SendQueryUGCRequest() public méthode

public SendQueryUGCRequest ( ulong handle ) : ulong
handle ulong
Résultat ulong

SetAllowCachedResponse() public méthode

public SetAllowCachedResponse ( ulong handle, uint unMaxAgeSeconds ) : bool
handle ulong
unMaxAgeSeconds uint
Résultat bool

SetCloudFileNameFilter() public méthode

public SetCloudFileNameFilter ( ulong handle, string pMatchCloudFileName ) : bool
handle ulong
pMatchCloudFileName string
Résultat bool

SetItemContent() public méthode

public SetItemContent ( ulong handle, string pszContentFolder ) : bool
handle ulong
pszContentFolder string
Résultat bool

SetItemDescription() public méthode

public SetItemDescription ( ulong handle, string pchDescription ) : bool
handle ulong
pchDescription string
Résultat bool

SetItemMetadata() public méthode

public SetItemMetadata ( ulong handle, string pchMetaData ) : bool
handle ulong
pchMetaData string
Résultat bool

SetItemPreview() public méthode

public SetItemPreview ( ulong handle, string pszPreviewFile ) : bool
handle ulong
pszPreviewFile string
Résultat bool

SetItemTags() public méthode

public SetItemTags ( ulong updateHandle, SteamParamStringArray_t &pTags ) : bool
updateHandle ulong
pTags SteamParamStringArray_t
Résultat bool

SetItemTitle() public méthode

public SetItemTitle ( ulong handle, string pchTitle ) : bool
handle ulong
pchTitle string
Résultat bool

SetItemUpdateLanguage() public méthode

public SetItemUpdateLanguage ( ulong handle, string pchLanguage ) : bool
handle ulong
pchLanguage string
Résultat bool

SetItemVisibility() public méthode

public SetItemVisibility ( ulong handle, uint eVisibility ) : bool
handle ulong
eVisibility uint
Résultat bool

SetLanguage() public méthode

public SetLanguage ( ulong handle, string pchLanguage ) : bool
handle ulong
pchLanguage string
Résultat bool

SetMatchAnyTag() public méthode

public SetMatchAnyTag ( ulong handle, bool bMatchAnyTag ) : bool
handle ulong
bMatchAnyTag bool
Résultat bool

SetRankedByTrendDays() public méthode

public SetRankedByTrendDays ( ulong handle, uint unDays ) : bool
handle ulong
unDays uint
Résultat bool

SetReturnAdditionalPreviews() public méthode

public SetReturnAdditionalPreviews ( ulong handle, bool bReturnAdditionalPreviews ) : bool
handle ulong
bReturnAdditionalPreviews bool
Résultat bool

SetReturnChildren() public méthode

public SetReturnChildren ( ulong handle, bool bReturnChildren ) : bool
handle ulong
bReturnChildren bool
Résultat bool

SetReturnKeyValueTags() public méthode

public SetReturnKeyValueTags ( ulong handle, bool bReturnKeyValueTags ) : bool
handle ulong
bReturnKeyValueTags bool
Résultat bool

SetReturnLongDescription() public méthode

public SetReturnLongDescription ( ulong handle, bool bReturnLongDescription ) : bool
handle ulong
bReturnLongDescription bool
Résultat bool

SetReturnMetadata() public méthode

public SetReturnMetadata ( ulong handle, bool bReturnMetadata ) : bool
handle ulong
bReturnMetadata bool
Résultat bool

SetReturnTotalOnly() public méthode

public SetReturnTotalOnly ( ulong handle, bool bReturnTotalOnly ) : bool
handle ulong
bReturnTotalOnly bool
Résultat bool

SetSearchText() public méthode

public SetSearchText ( ulong handle, string pSearchText ) : bool
handle ulong
pSearchText string
Résultat bool

SetUserItemVote() public méthode

public SetUserItemVote ( ulong nPublishedFileID, bool bVoteUp ) : ulong
nPublishedFileID ulong
bVoteUp bool
Résultat ulong

StartItemUpdate() public méthode

public StartItemUpdate ( uint nConsumerAppId, ulong nPublishedFileID ) : ulong
nConsumerAppId uint
nPublishedFileID ulong
Résultat ulong

SubmitItemUpdate() public méthode

public SubmitItemUpdate ( ulong handle, string pchChangeNote ) : ulong
handle ulong
pchChangeNote string
Résultat ulong

SubscribeItem() public méthode

public SubscribeItem ( ulong nPublishedFileID ) : ulong
nPublishedFileID ulong
Résultat ulong

SuspendDownloads() public méthode

public SuspendDownloads ( bool bSuspend ) : void
bSuspend bool
Résultat void

UnsubscribeItem() public méthode

public UnsubscribeItem ( ulong nPublishedFileID ) : ulong
nPublishedFileID ulong
Résultat ulong