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

A set of joins and leaves on a particular realtime match. More...

#include <NMatchPresenceEvent.h>

Public Attributes

std::string matchId
 
std::vector< NUserPresencejoins
 The match unique ID. More...
 
std::vector< NUserPresenceleaves
 User presences that have just joined the match. More...
 

Detailed Description

A set of joins and leaves on a particular realtime match.

Member Data Documentation

◆ joins

std::vector<NUserPresence> NMatchPresenceEvent::joins

The match unique ID.

◆ leaves

std::vector<NUserPresence> NMatchPresenceEvent::leaves

User presences that have just joined the match.

◆ matchId

std::string NMatchPresenceEvent::matchId

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