-
Notifications
You must be signed in to change notification settings - Fork 7
RMC Leaderboard Service
michal-kapala edited this page Apr 12, 2024
·
1 revision
Custom RMC service for player leaderboards.
Method ID | Method Name |
---|---|
1 | GetLeaderboards |
2 | ReadLeaderBoardStatsNearPlayer |
3 | ReadLeaderBoardStatsForPlayers |
4 | ReadLeaderBoardStatsForRank |
Empty request.
Type | Name |
---|---|
List<GR5_Leaderboard> | _LeaderboardsVector |
Type | Name |
---|---|
Uint32 | _PlayerID |
Uint32 | _NumRows |
List<GR5_LeaderboardReadCriteria> | _ReadCriteriaVector |
Type | Name |
---|---|
List<GR5_LeaderboardReadResult> | _ReadResultVector |
Type | Name |
---|---|
List<Uint32> | _PlayerIDList |
List<GR5_LeaderboardReadCriteria> | _ReadCriteriaVector |
Type | Name |
---|---|
List<GR5_LeaderboardReadResult> | _ReadResultVector |
Type | Name |
---|---|
Uint32 | _StartingRank |
Uint32 | _NumRows |
List<GR5_LeaderboardReadCriteria> | _ReadCriteriaVector |
Type | Name |
---|---|
List<GR5_LeaderboardReadResult> | _ReadResultVector |
Type | Name |
---|---|
Uint32 | m_ID |
String | m_Name |
Int32 | m_ClassID |
Uint32 | m_OasisNameID |
Uint32 | m_OasisDescriptionID |
Uint32 | m_Flags |
Uint32 | m_DesignerStatisticID |
Uint32 | m_SortOrder |
Type | Name |
---|---|
Uint32 | m_LeaderboardID |
Uint32 | m_LeaderboardResetPeriodType |
List<Uint32> | m_QueryStatisticIDVector |
Type | Name |
---|---|
Uint32 | m_LeaderboardID |
Uint32 | m_LeaderboardResetPeriodType |
Uint32 | m_LeaderboardRowCount |
List<GR5_LeaderboardRow> | m_LeaderboardRowVector |
Type | Name |
---|---|
Uint32 | m_PlayerID |
String | m_Name |
Uint32 | m_AvatarPortraitID |
Uint32 | m_Level |
Uint32 | m_Rank |
Uint32 | m_RankedValue |
List<GR5_Statistic> | m_StatisticsVector |