![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
Incoming party data delivered from the server. More...
#include <NPartyData.h>
Public Attributes | |
std::string | partyId |
The ID of the party. More... | |
NUserPresence | presence |
A reference to the user presence that sent this data, if any. More... | |
long | opCode |
The operation code the message was sent with. More... | |
NBytes | data |
Data payload, if any. More... | |
Incoming party data delivered from the server.
NBytes NPartyData::data |
Data payload, if any.
long NPartyData::opCode |
The operation code the message was sent with.
std::string NPartyData::partyId |
The ID of the party.
NUserPresence NPartyData::presence |
A reference to the user presence that sent this data, if any.