- Getting the top of a leaderboard
- Getting a leaderboard around a specified rank
- Getting a leaderboard around a specified player
- Getting the next page of leaderboards
Getting the top of a leaderboard
Use XblLeaderboardGetLeaderboardAsync to return the leaderboard values for the specified leaderboard, starting from the top of the leaderboard. When querying a leaderboard backed by an event-based User Stat, be sure to set thequeryType field to XblLeaderboardQueryType::UserStatBacked.
Basic leaderboard display (flat C API)
Flat C API
- XAsyncBlock
- XblLeaderboardGetLeaderboardAsync
- XblLeaderboardGetLeaderboardResult
- XblLeaderboardGetLeaderboardResultSize
- XblLeaderboardQuery
- XblLeaderboardResult
