Functions | |
| void | createGuild (const std::string &name) |
| Create guild. | |
| void | invitePlayer (const std::string &name, short guildId) |
| Invite a player to your guild. | |
| void | acceptInvite (const std::string &name) |
| Accept an invite another player has sent to join their guild. | |
| void | getGuildMembers (short guildId) |
| Get a list of members in a guild. | |
| void | promoteMember (const std::string &name, short guildId, short level) |
| Promote guild member. | |
| void | quitGuild (short guildId) |
| Quit guild. | |
| void Net::ChatServer::Guild::acceptInvite | ( | const std::string & | name | ) |
| void Net::ChatServer::Guild::createGuild | ( | const std::string & | name | ) |
| void Net::ChatServer::Guild::getGuildMembers | ( | short | guildId | ) |
| void Net::ChatServer::Guild::invitePlayer | ( | const std::string & | name, | |
| short | guildId | |||
| ) |
| void Net::ChatServer::Guild::promoteMember | ( | const std::string & | name, | |
| short | guildId, | |||
| short | level | |||
| ) |
| void Net::ChatServer::Guild::quitGuild | ( | short | guildId | ) |
1.5.5