|
string | lbId |
| The leaderboard id
|
|
long | boardsize |
| How many players the leaderboard may contain
|
|
RankEntry | rankgt |
| The RankEntry of the current player
|
|
List< RankEntry > | rankings |
| A set of RankEntrys that represent this section of the leaderboard view. Use the ToDictionary method to convert this list into a dictionary for more convenient access.
|
|
◆ ToDictionary()
Dictionary< long, RankEntry > Beamable.Common.Api.Leaderboards.LeaderBoardView.ToDictionary |
( |
| ) |
|
|
inline |
Convert the rankings list into a dictionary from gamertag to RankEntry.
- Returns
- A dictionary where each key is a gamertag, pointing the RankEntry for that player.
◆ ToList()
List< RankEntry > Beamable.Common.Api.Leaderboards.LeaderBoardView.ToList |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file:
- com.beamable/Common/Runtime/Api/Leaderboards/ILeaderboardApi.cs