#include "party.h"
#include "internal.h"
#include "net/tmwserv/connection.h"
#include "net/tmwserv/protocol.h"
#include "net/messageout.h"
#include "log.h"
Go to the source code of this file.
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. |