The result of a successful matchmaker operation sent to the server.
More...
|
| string | MatchId [get] |
| | The id used to join the match.
|
| string | Ticket [get] |
| | The ticket sent by the server when the user requested to matchmake for other players.
|
| string | Token [get] |
| | The token used to join a match.
|
| IEnumerable< IMatchmakerUser > | Users [get] |
| | The other users matched with this user and the parameters they sent.
|
| IMatchmakerUser | Self [get] |
| | The current user who matched with opponents.
|
The result of a successful matchmaker operation sent to the server.
◆ MatchId
| string Nakama.IMatchmakerMatched.MatchId |
|
get |
The id used to join the match.
A match ID used to join the match.
◆ Self
The current user who matched with opponents.
◆ Ticket
| string Nakama.IMatchmakerMatched.Ticket |
|
get |
The ticket sent by the server when the user requested to matchmake for other players.
◆ Token
| string Nakama.IMatchmakerMatched.Token |
|
get |
The token used to join a match.
◆ Users
The other users matched with this user and the parameters they sent.
The documentation for this interface was generated from the following file: