![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
A set of joins and leaves on a particular realtime match. More...
#include <NMatchPresenceEvent.h>
Public Attributes | |
std::string | matchId |
std::vector< NUserPresence > | joins |
The match unique ID. More... | |
std::vector< NUserPresence > | leaves |
User presences that have just joined the match. More... | |
A set of joins and leaves on a particular realtime match.
std::vector<NUserPresence> NMatchPresenceEvent::joins |
The match unique ID.
std::vector<NUserPresence> NMatchPresenceEvent::leaves |
User presences that have just joined the match.
std::string NMatchPresenceEvent::matchId |