Home docs nex protocols Player Stats (55)
Post

Player Stats (55)

Methods

(1) WriteStats

Request

TypeName
List<PlayerStatUpdate>playerStatUpdates

Response

This method does not return anything.

(2) ReadStatsByPlayers

Request

TypeName
List<Uint32>playerPIDs
List<StatboardQuery>queries

Response

TypeName
List<StatboardResult>results

(3) ReadLeaderboardsNearPlayer

Request

TypeName
Uint32playerPID
Uint32count
List<LeaderboardQuery>queries

Response

TypeName
List<LeaderboardResult>results

(4) ReadLeaderboardsByRank

Request

TypeName
Uint32startingRank
Uint32count
List<LeaderboardQuery>queries

Response

TypeName
List<LeaderboardResult>results

(5) ReadLeaderboardsByPlayers

Request

TypeName
List<Uint32>playerPIDs
List<LeaderboardQuery>queries

Response

TypeName
List<LeaderboardResult>results

(6) ReadStatboardHistory

Request

TypeName
List<StatboardHistoryQuery>queries

Response

TypeName
List<StatboardResult>results

(7) ReadLeaderboardHistory

Request

Response

TypeName
List<LeaderboardResult>results

(8) ReadStatboardHistoryAggregated

Request

Response

TypeName
List<StatboardResult>results

(9) GetStatboardNextPurgeDate

Request

TypeName
Uint32boardID
Uint32resetFrequency

Response

TypeName
DateTimepurgeDate

(10) ReadLeaderboardsNearPlayer2

Request

TypeName
Uint32playerPID
Uint32count
List<LeaderboardQuery2>queries

Response

TypeName
List<LeaderboardResult>results

(11) ReadLeaderboardsByRank2

Request

TypeName
Uint32startingRank
Uint32count
List<LeaderboardQuery2>queries

Response

TypeName
List<LeaderboardResult>results

(12) ReadLeaderboardsByPlayers2

Request

TypeName
List<LeaderboardQuery2>queries

Response

TypeName
List<LeaderboardResult>results

(13) ReadPopulationStats

Request

TypeName
List<PopulationStatQuery>queries

Response

TypeName
List<PopulationStatResult>results

Types

PlayerStatUpdate (Structure)

TypeName
Uint32m_boardID
List<Uint32>m_contextIDs
List<PropertyVariant>m_stats

StatboardQuery (Structure)

TypeName
Uint32m_boardID
List<Uint32>m_contextIDs
Uint32m_resetFrequency
List<Uint32>m_statIDs
List<PlayerStatSortCriteria>m_sortCriterias

LeaderboardQuery (Structure)

TypeName
Uint32m_boardID
Uint32m_contextID
Uint32m_resetFrequency
List<Uint32>m_statIDs

LeaderboardQuery2 (Structure)

TypeName
Uint32m_boardID
Uint32m_contextID
Uint32m_resetFrequency
List<Uint32>m_statIDs
List<Uint32>m_estimatedPIDs

StatboardResult (Structure)

TypeName
Uint32m_boardID
Uint32m_contextID
Uint32m_resetFrequency
List<PlayerStatSet>m_playerStatSets
List<PropertyVariant>m_defaultStatValues

LeaderboardResult (Structure)

TypeName
Uint32m_boardID
Uint32m_contextID
Uint32m_resetFrequency
Uint32m_leaderboardTotalPlayerCount
List<PlayerRank>m_playerRanks

StatboardHistoryQuery (Structure)

TypeName
List<Uint32>m_playerPIDs
Uint32m_boardID
List<Uint32>m_contextIDs
List<Uint32>m_statIDs
ResultRangem_resultRange
List<PropertyVariant>m_playerStats
List<DateRange>m_dateRanges
List<PlayerStatSortCriteria>m_sortCriterias

StatboardHistoryAggregatedQuery (Structure)

TypeName
List<Uint32>m_playerPIDs
Uint32m_boardID
List<Uint32>m_contextIDs
List<Uint32>m_statIDs
ResultRangem_resultRange
List<PropertyVariant>m_playerStats
List<DateRange>m_dateRanges
List<PlayerStatSortCriteria>m_sortCriterias
Uint32m_filterOption

LeaderboardHistoryQuery (Structure)

TypeName
List<Uint32>m_playerPIDs
Uint32m_boardID
Uint32m_contextID
ResultRangem_resultRange
List<DateRange>m_dateRanges
Uint32m_filterOption

PopulationStatQuery (Structure)

TypeName
Uint32m_boardID
Uint32m_contextID
List<Uint32>m_statIDs

PopulationStatResult (Structure)

TypeName
Uint32m_boardID
Uint32m_contextID
Uint32m_statID
Doublem_sum
Doublem_average
Doublem_standardDeviation

PlayerStatSortCriteria (Structure)

TypeName
Uint32m_sortStatID
Uint32m_sortOrder

PlayerStatSet (Structure)

TypeName
Uint32m_playerPID
Stringm_playerName
DateTimem_submittedTime
List<PropertyVariant>m_stats

PlayerRank (Structure)

TypeName
PlayerStatSetm_playerStatSet
Uint32m_rankStatus
Uint32m_rank
Variantm_score

DateRange (Structure)

TypeName
DateTimem_startingDatetime
DateTimem_endingDatetime

PropertyVariant (Structure)

TypeDescription
Uint32ID
VariantValue
Contents