#include <iosfwd>
Go to the source code of this file.
Namespaces | |
namespace | Net |
namespace | Net::ChatServer |
namespace | Net::ChatServer::Guild |
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. |