ManaPlus
|
#include <partyhandler.h>
Public Member Functions | |
PartyHandler () | |
~PartyHandler () | |
void | create (const std::string &name) const |
void | invite (const std::string &name) const |
void | inviteResponse (const int partyId, const bool accept) const |
void | leave () const |
void | kick (const Being *const being) const |
void | kick (const std::string &name) const |
void | chat (const std::string &text) const |
void | setShareExperience (const PartyShareT share) const |
void | setShareItems (const PartyShareT share) const |
void | changeLeader (const std::string &name) const |
void | allowInvite (const bool allow) const |
void | setShareAutoItems (const PartyShareT share) const |
PartyShareT | getShareAutoItems () const |
Public Member Functions inherited from Ea::PartyHandler | |
PartyHandler () | |
void | join (const int partyId) const |
PartyShareT | getShareExperience () const |
PartyShareT | getShareItems () const |
void | clear () const |
ChatTab * | getTab () const |
Public Member Functions inherited from Net::PartyHandler | |
PartyHandler () | |
Additional Inherited Members | |
Static Public Member Functions inherited from Ea::PartyHandler | |
static void | reload () |
Definition at line 31 of file partyhandler.h.
TmwAthena::PartyHandler::PartyHandler | ( | ) |
Definition at line 43 of file partyhandler.cpp.
References partyHandler.
|
virtual |
Reimplemented from Ea::PartyHandler.
Definition at line 49 of file partyhandler.cpp.
References partyHandler.
|
virtual |
|
virtual |
|
virtual |
Implements Net::PartyHandler.
Definition at line 117 of file partyhandler.cpp.
References CAST_S16, CAST_S32, and createOutPacket.
|
virtual |
Implements Net::PartyHandler.
Definition at line 54 of file partyhandler.cpp.
References createOutPacket.
|
virtual |
Implements Net::PartyHandler.
Definition at line 154 of file partyhandler.cpp.
References PartyShare::NOT_POSSIBLE.
|
virtual |
Implements Net::PartyHandler.
Definition at line 60 of file partyhandler.cpp.
References actorManager, createOutPacket, ActorManager::findBeingByName(), ActorSprite::getId(), and ActorType::Player.
|
virtual |
Implements Net::PartyHandler.
Definition at line 74 of file partyhandler.cpp.
References TcpNet::accept(), createOutPacket, ActorSprite::getId(), and localPlayer.
|
virtual |
Implements Net::PartyHandler.
Definition at line 90 of file partyhandler.cpp.
References createOutPacket, and ActorSprite::getId().
|
virtual |
Implements Net::PartyHandler.
Definition at line 100 of file partyhandler.cpp.
References createOutPacket, Avatar::getID(), Party::getMember(), NotifyManager::notify(), NotifyTypes::PARTY_USER_NOT_IN_PARTY, and Ea::taParty.
|
virtual |
Implements Net::PartyHandler.
Definition at line 85 of file partyhandler.cpp.
References createOutPacket.
|
virtual |
|
virtual |
Implements Net::PartyHandler.
Definition at line 124 of file partyhandler.cpp.
References CAST_S16, createOutPacket, Ea::PartyRecv::mShareItems, and PartyShare::NOT_POSSIBLE.
|
virtual |
Implements Net::PartyHandler.
Definition at line 135 of file partyhandler.cpp.
References CAST_S16, createOutPacket, Ea::PartyRecv::mShareExp, and PartyShare::NOT_POSSIBLE.