leaderboard_c
Enumerations
Enumeration | Description |
---|---|
XblLeaderboardSortOrder | The order to sort the leaderboard in. |
XblLeaderboardStatType | Enumerates the data type of a leaderboard statistic. |
XblSocialGroupType | Predefined Xbox Live social groups. |
XblLeaderboardQueryType | Enum used to specify the type of leaderboard in a Leaderboard query. |
Functions
Function | Description |
---|---|
XblLeaderboardGetLeaderboardAsync | Get a leaderboard for a title using event-based or title-based stats. |
XblLeaderboardGetLeaderboardResult | Get the result for an XblLeaderboardGetLeaderboardAsync call. |
XblLeaderboardGetLeaderboardResultSize | Get the result size for an XblLeaderboardGetLeaderboardAsync call. |
XblLeaderboardResultGetNextAsync | Gets the result of next page of the leaderboard for a player of the specified title. |
XblLeaderboardResultGetNextResult | Get the result for an XblLeaderboardResultGetNextAsync call. |
XblLeaderboardResultGetNextResultSize | Get the result size for an XblLeaderboardResultGetNextAsync call. |
Structures
Structure | Description |
---|---|
XblLeaderboardColumn | Represents a column in a collection of leaderboard items. |
XblLeaderboardQuery | Represents the parameters for submitting a leaderboard query using event-based or title-based stats. |
XblLeaderboardResult | Represents the results of a leaderboard request. |
XblLeaderboardRow | Represents a row in a collection of leaderboard items. |