![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
Presence update for a particular party. More...
#include <NPartyPresenceEvent.h>
Public Attributes | |
std::string | partyId |
The ID of the party. More... | |
std::vector< NUserPresence > | joins |
The user presences that have just joined the party. More... | |
std::vector< NUserPresence > | leaves |
The user presences that have just left the party. More... | |
Presence update for a particular party.
std::vector<NUserPresence> NPartyPresenceEvent::joins |
The user presences that have just joined the party.
std::vector<NUserPresence> NPartyPresenceEvent::leaves |
The user presences that have just left the party.
std::string NPartyPresenceEvent::partyId |
The ID of the party.