Nakama C++ Client SDK 2.5.1
Client for Nakama Server
NPartyMatchmakerTicket Struct Reference

A response from starting a new party matchmaking process. More...

#include <NPartyMatchmakerTicket.h>

Public Attributes

std::string partyId
 The ID of the party. More...
 
std::string ticket
 The ticket that can be used to cancel matchmaking. More...
 

Detailed Description

A response from starting a new party matchmaking process.

Member Data Documentation

◆ partyId

std::string NPartyMatchmakerTicket::partyId

The ID of the party.

◆ ticket

std::string NPartyMatchmakerTicket::ticket

The ticket that can be used to cancel matchmaking.


The documentation for this struct was generated from the following file: