![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
A successful matchmaking result. More...
#include <NMatchmakerMatched.h>
Public Attributes | |
| std::string | ticket |
| std::string | matchId |
| Match ID. More... | |
| std::string | token |
| Match join token. More... | |
| std::vector< NMatchmakerUser > | users |
| The users that have been matched together, and information about their matchmaking data. More... | |
| NMatchmakerUser | self |
| A reference to the current user and their properties. More... | |
A successful matchmaking result.
| std::string NMatchmakerMatched::matchId |
Match ID.
| NMatchmakerUser NMatchmakerMatched::self |
A reference to the current user and their properties.
| std::string NMatchmakerMatched::ticket |
The matchmaking ticket that has completed. The match token or match ID to join.
| std::string NMatchmakerMatched::token |
Match join token.
| std::vector<NMatchmakerUser> NMatchmakerMatched::users |
The users that have been matched together, and information about their matchmaking data.