-
Notifications
You must be signed in to change notification settings - Fork 68
Player Stats Protocol
Yannik Marchand edited this page Jan 27, 2021
·
1 revision
NEX Protocols > Player Stats (55)
Type | Name |
---|---|
List<PlayerStatUpdate> | playerStatUpdates |
This method does not return anything.
Type | Name |
---|---|
List<Uint32> | playerPIDs |
List<StatboardQuery> | queries |
Type | Name |
---|---|
List<StatboardResult> | results |
Type | Name |
---|---|
Uint32 | playerPID |
Uint32 | count |
List<LeaderboardQuery> | queries |
Type | Name |
---|---|
List<LeaderboardResult> | results |
Type | Name |
---|---|
Uint32 | startingRank |
Uint32 | count |
List<LeaderboardQuery> | queries |
Type | Name |
---|---|
List<LeaderboardResult> | results |
Type | Name |
---|---|
List<Uint32> | playerPIDs |
List<LeaderboardQuery> | queries |
Type | Name |
---|---|
List<LeaderboardResult> | results |
Type | Name |
---|---|
List<StatboardHistoryQuery> | queries |
Type | Name |
---|---|
List<StatboardResult> | results |
Type | Name |
---|---|
List<LeaderboardHistoryQuery> | queries |
Type | Name |
---|---|
List<LeaderboardResult> | results |
Type | Name |
---|---|
List<StatboardHistoryAggregatedQuery> | queries |
Type | Name |
---|---|
List<StatboardResult> | results |
Type | Name |
---|---|
Uint32 | boardID |
Uint32 | resetFrequency |
Type | Name |
---|---|
DateTime | purgeDate |
Type | Name |
---|---|
Uint32 | playerPID |
Uint32 | count |
List<LeaderboardQuery2> | queries |
Type | Name |
---|---|
List<LeaderboardResult> | results |
Type | Name |
---|---|
Uint32 | startingRank |
Uint32 | count |
List<LeaderboardQuery2> | queries |
Type | Name |
---|---|
List<LeaderboardResult> | results |
Type | Name |
---|---|
List<LeaderboardQuery2> | queries |
Type | Name |
---|---|
List<LeaderboardResult> | results |
Type | Name |
---|---|
List<PopulationStatQuery> | queries |
Type | Name |
---|---|
List<PopulationStatResult> | results |
PlayerStatUpdate (Structure)
Type | Name |
---|---|
Uint32 | m_boardID |
List<Uint32> | m_contextIDs |
List<PropertyVariant> | m_stats |
StatboardQuery (Structure)
Type | Name |
---|---|
Uint32 | m_boardID |
List<Uint32> | m_contextIDs |
Uint32 | m_resetFrequency |
List<Uint32> | m_statIDs |
List<PlayerStatSortCriteria> | m_sortCriterias |
LeaderboardQuery (Structure)
Type | Name |
---|---|
Uint32 | m_boardID |
Uint32 | m_contextID |
Uint32 | m_resetFrequency |
List<Uint32> | m_statIDs |
LeaderboardQuery2 (Structure)
Type | Name |
---|---|
Uint32 | m_boardID |
Uint32 | m_contextID |
Uint32 | m_resetFrequency |
List<Uint32> | m_statIDs |
List<Uint32> | m_estimatedPIDs |
StatboardResult (Structure)
Type | Name |
---|---|
Uint32 | m_boardID |
Uint32 | m_contextID |
Uint32 | m_resetFrequency |
List<PlayerStatSet> | m_playerStatSets |
List<PropertyVariant> | m_defaultStatValues |
LeaderboardResult (Structure)
Type | Name |
---|---|
Uint32 | m_boardID |
Uint32 | m_contextID |
Uint32 | m_resetFrequency |
Uint32 | m_leaderboardTotalPlayerCount |
List<PlayerRank> | m_playerRanks |
StatboardHistoryQuery (Structure)
Type | Name |
---|---|
List<Uint32> | m_playerPIDs |
Uint32 | m_boardID |
List<Uint32> | m_contextIDs |
List<Uint32> | m_statIDs |
ResultRange | m_resultRange |
List<PropertyVariant> | m_playerStats |
List<DateRange> | m_dateRanges |
List<PlayerStatSortCriteria> | m_sortCriterias |
StatboardHistoryAggregatedQuery (Structure)
Type | Name |
---|---|
List<Uint32> | m_playerPIDs |
Uint32 | m_boardID |
List<Uint32> | m_contextIDs |
List<Uint32> | m_statIDs |
ResultRange | m_resultRange |
List<PropertyVariant> | m_playerStats |
List<DateRange> | m_dateRanges |
List<PlayerStatSortCriteria> | m_sortCriterias |
Uint32 | m_filterOption |
LeaderboardHistoryQuery (Structure)
Type | Name |
---|---|
List<Uint32> | m_playerPIDs |
Uint32 | m_boardID |
Uint32 | m_contextID |
ResultRange | m_resultRange |
List<DateRange> | m_dateRanges |
Uint32 | m_filterOption |
PopulationStatQuery (Structure)
Type | Name |
---|---|
Uint32 | m_boardID |
Uint32 | m_contextID |
List<Uint32> | m_statIDs |
PopulationStatResult (Structure)
Type | Name |
---|---|
Uint32 | m_boardID |
Uint32 | m_contextID |
Uint32 | m_statID |
Double | m_sum |
Double | m_average |
Double | m_standardDeviation |
PlayerStatSortCriteria (Structure)
Type | Name |
---|---|
Uint32 | m_sortStatID |
Uint32 | m_sortOrder |
PlayerStatSet (Structure)
Type | Name |
---|---|
Uint32 | m_playerPID |
String | m_playerName |
DateTime | m_submittedTime |
List<PropertyVariant> | m_stats |
PlayerRank (Structure)
Type | Name |
---|---|
PlayerStatSet | m_playerStatSet |
Uint32 | m_rankStatus |
Uint32 | m_rank |
Variant | m_score |
DateRange (Structure)
Type | Name |
---|---|
DateTime | m_startingDatetime |
DateTime | m_endingDatetime |
PropertyVariant (Structure)
Type | Description |
---|---|
Uint32 | ID |
Variant | Value |
- Home
-
NEX
- PRUDP Protocol
- RMC Protocol
-
NEX Services
- Common
- Nintendo
- Kerberos Authentication
- Hpp Server
- NPLN
- Pia
- Switch Servers
- Other Pages