Functions | |
| void | invitePlayer (const std::string &name) |
| Invite a player to the party. | |
| void | acceptInvite (const std::string &name) |
| Accept an invite another player has sent to join their party. | |
| void | rejectInvite (const std::string &name) |
| Reject an invite from another player to join their party. | |
| void | getPartyMembers () |
| Get a list of party members. | |
| void | quitParty () |
| Leave party. | |
| void Net::ChatServer::Party::acceptInvite | ( | const std::string & | name | ) |
| void Net::ChatServer::Party::getPartyMembers | ( | ) |
| void Net::ChatServer::Party::invitePlayer | ( | const std::string & | name | ) |
| void Net::ChatServer::Party::rejectInvite | ( | const std::string & | name | ) |
1.5.5