![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
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< NUserPresence > | presences |
| The current party leader. More... | |
Information about a party.
| std::string NParty::id |
| NUserPresence NParty::leader |
The current user in this party. i.e. Yourself.
| int NParty::maxSize |
True, if the party is open to join.
| bool NParty::open |
The unique party identifier.
| std::vector<NUserPresence> NParty::presences |
The current party leader.
| NUserPresence NParty::self |
The maximum number of party members.