Nakama C++ Client SDK 2.5.1
Client for Nakama Server
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
NParty Struct Reference

Information about a party. More...

#include <NParty.h>

Public Attributes

std::string id
 
bool open
 The unique party identifier. More...
 
int maxSize
 True, if the party is open to join. More...
 
NUserPresence self
 The maximum number of party members. More...
 
NUserPresence leader
 The current user in this party. i.e. Yourself. More...
 
std::vector< NUserPresencepresences
 The current party leader. More...
 

Detailed Description

Information about a party.

Member Data Documentation

◆ id

std::string NParty::id

◆ leader

NUserPresence NParty::leader

The current user in this party. i.e. Yourself.

◆ maxSize

int NParty::maxSize

True, if the party is open to join.

◆ open

bool NParty::open

The unique party identifier.

◆ presences

std::vector<NUserPresence> NParty::presences

The current party leader.

◆ self

NUserPresence NParty::self

The maximum number of party members.


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