Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
PFLeaderboardsGetEntityLeaderboardResponse data model. Leaderboard response.
Syntax
typedef struct PFLeaderboardsGetEntityLeaderboardResponse {
PFLeaderboardsLeaderboardColumn const* columns;
uint32_t columnsCount;
uint32_t entryCount;
time_t const* nextReset;
PFLeaderboardsEntityLeaderboardEntry const* rankings;
uint32_t rankingsCount;
uint32_t version;
} PFLeaderboardsGetEntityLeaderboardResponse;
Members
columns PFLeaderboardsLeaderboardColumn const*
may be nullptr
(Optional) Leaderboard columns describing the sort directions.
columnsCount uint32_t
Count of columns
entryCount uint32_t
The number of entries on the leaderboard.
nextReset time_t const*
may be nullptr
(Optional) The time the next scheduled reset will occur. Null if the leaderboard does not reset on a schedule.
rankings PFLeaderboardsEntityLeaderboardEntry const*
may be nullptr
(Optional) Individual entity rankings in the leaderboard, in sorted order by rank.
rankingsCount uint32_t
Count of rankings
version uint32_t
Version of the leaderboard being returned.
Requirements
Header: PFLeaderboardsTypes.h