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

Presence update for a particular party. More...

#include <NPartyPresenceEvent.h>

Public Attributes

std::string partyId
 The ID of the party. More...
 
std::vector< NUserPresencejoins
 The user presences that have just joined the party. More...
 
std::vector< NUserPresenceleaves
 The user presences that have just left the party. More...
 

Detailed Description

Presence update for a particular party.

Member Data Documentation

◆ joins

std::vector<NUserPresence> NPartyPresenceEvent::joins

The user presences that have just joined the party.

◆ leaves

std::vector<NUserPresence> NPartyPresenceEvent::leaves

The user presences that have just left the party.

◆ partyId

std::string NPartyPresenceEvent::partyId

The ID of the party.


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