#include <iosfwd>
Go to the source code of this file.
Namespaces | |
| namespace | Net |
| namespace | Net::ChatServer |
| namespace | Net::ChatServer::Party |
Functions | |
| void | Net::ChatServer::Party::invitePlayer (const std::string &name) |
| Invite a player to the party. | |
| void | Net::ChatServer::Party::acceptInvite (const std::string &name) |
| Accept an invite another player has sent to join their party. | |
| void | Net::ChatServer::Party::rejectInvite (const std::string &name) |
| Reject an invite from another player to join their party. | |
| void | Net::ChatServer::Party::getPartyMembers () |
| Get a list of party members. | |
| void | Net::ChatServer::Party::quitParty () |
| Leave party. | |
1.5.5