Exemplo n.º 1
0
 public Query RankedByTotalPlaytime()
 {
     queryType = UGCQuery.RankedByTotalPlaytime; return(this);
 }
Exemplo n.º 2
0
 /// <summary>
 /// <para> Query for all matching UGC. Creator app id or consumer app id must be valid and be set to the current running app. unPage should start at 1.</para>
 /// </summary>
 public static UGCQueryHandle CreateQueryAllUGCRequest(UGCQuery eQueryType, MatchingUGCType eMatchingeMatchingUGCTypeFileType, AppId creatorAppId, AppId consumerAppId, uint unPage)
 {
     InteropHelp.TestIfAvailableClient();
     return((UGCQueryHandle)NativeMethods.ISteamUGC_CreateQueryAllUGCRequest(eQueryType, eMatchingeMatchingUGCTypeFileType, creatorAppId, consumerAppId, unPage));
 }
Exemplo n.º 3
0
 // UGCQueryHandle_t
 public UGCQueryHandle_t CreateQueryAllUGCRequest(UGCQuery eQueryType /*EUGCQuery*/, UGCMatchingUGCType eMatchingeMatchingUGCTypeFileType /*EUGCMatchingUGCType*/, AppId_t nCreatorAppID /*AppId_t*/, AppId_t nConsumerAppID /*AppId_t*/, uint unPage /*uint32*/)
 {
     return(platform.ISteamUGC_CreateQueryAllUGCRequest(eQueryType, eMatchingeMatchingUGCTypeFileType, nCreatorAppID.Value, nConsumerAppID.Value, unPage));
 }
Exemplo n.º 4
0
 public Query RankedByTextSearch()
 {
     queryType = UGCQuery.RankedByTextSearch; return(this);
 }
Exemplo n.º 5
0
 public Query RankedByTotalUniqueSubscriptions()
 {
     queryType = UGCQuery.RankedByTotalUniqueSubscriptions; return(this);
 }
Exemplo n.º 6
0
 public Query RankedByLifetimePlaytimeSessions()
 {
     queryType = UGCQuery.RankedByLifetimePlaytimeSessions; return(this);
 }
Exemplo n.º 7
0
 public Query RankedByVotesUp()
 {
     queryType = UGCQuery.RankedByVotesUp; return(this);
 }
Exemplo n.º 8
0
 public Query CreatedByFollowedUsers()
 {
     queryType = UGCQuery.CreatedByFollowedUsersRankedByPublicationDate; return(this);
 }
Exemplo n.º 9
0
 public Query NotYetRated()
 {
     queryType = UGCQuery.NotYetRated; return(this);
 }
Exemplo n.º 10
0
 public Query CreatedByFriends()
 {
     queryType = UGCQuery.CreatedByFriendsRankedByPublicationDate; return(this);
 }
Exemplo n.º 11
0
 public Query RankedByNumTimesReported()
 {
     queryType = UGCQuery.RankedByNumTimesReported; return(this);
 }
Exemplo n.º 12
0
 public Query RankedByTrend()
 {
     queryType = UGCQuery.RankedByTrend; return(this);
 }
Exemplo n.º 13
0
 public Query RankedByAcceptanceDate()
 {
     queryType = UGCQuery.AcceptedForGameRankedByAcceptanceDate; return(this);
 }
Exemplo n.º 14
0
 public Query RankedByPublicationDate()
 {
     queryType = UGCQuery.RankedByPublicationDate; return(this);
 }
Exemplo n.º 15
0
 public Query RankedByAveragePlaytimeTrend()
 {
     queryType = UGCQuery.RankedByAveragePlaytimeTrend; return(this);
 }
Exemplo n.º 16
0
 public Query RankedByTotalVotesAsc()
 {
     queryType = UGCQuery.RankedByTotalVotesAsc; return(this);
 }
Exemplo n.º 17
0
 public Query RankedByLifetimeAveragePlaytime()
 {
     queryType = UGCQuery.RankedByLifetimeAveragePlaytime; return(this);
 }
Exemplo n.º 18
0
 public Query RankedByPlaytimeSessionsTrend()
 {
     queryType = UGCQuery.RankedByPlaytimeSessionsTrend; return(this);
 }