![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
A set of leaderboard records, may be part of a leaderboard records page or a batch of individual records. More...
#include <NLeaderboardRecordList.h>
Public Attributes | |
std::vector< NLeaderboardRecord > | records |
A list of leaderboard records. More... | |
std::vector< NLeaderboardRecord > | ownerRecords |
A batched set of leaderboard records belonging to specified owners. More... | |
std::string | nextCursor |
The cursor to send when retrieving the next page, if any. More... | |
std::string | prevCursor |
The cursor to send when retrieving the previous page, if any. More... | |
A set of leaderboard records, may be part of a leaderboard records page or a batch of individual records.
std::string NLeaderboardRecordList::nextCursor |
The cursor to send when retrieving the next page, if any.
std::vector<NLeaderboardRecord> NLeaderboardRecordList::ownerRecords |
A batched set of leaderboard records belonging to specified owners.
std::string NLeaderboardRecordList::prevCursor |
The cursor to send when retrieving the previous page, if any.
std::vector<NLeaderboardRecord> NLeaderboardRecordList::records |
A list of leaderboard records.