#include "guild.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::Guild::createGuild (const std::string &name) |
Create guild. | |
void | Net::ChatServer::Guild::invitePlayer (const std::string &name, short guildId) |
Invite a player to your guild. | |
void | Net::ChatServer::Guild::acceptInvite (const std::string &name) |
Accept an invite another player has sent to join their guild. | |
void | Net::ChatServer::Guild::getGuildMembers (short guildId) |
Get a list of members in a guild. | |
void | Net::ChatServer::Guild::promoteMember (const std::string &name, short guildId, short level) |
Promote guild member. | |
void | Net::ChatServer::Guild::quitGuild (short guildId) |
Quit guild. |