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