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.
EAthena::PartyHandler::PartyHandler | ( | ) |
Definition at line 46 of file partyhandler.cpp.
References partyHandler.
|
virtual |
Reimplemented from Ea::PartyHandler.
Definition at line 52 of file partyhandler.cpp.
References partyHandler.
|
virtual |
Implements Net::PartyHandler.
Definition at line 190 of file partyhandler.cpp.
References CAST_S8, and createOutPacket.
|
virtual |
Implements Net::PartyHandler.
Definition at line 178 of file partyhandler.cpp.
References actorManager, createOutPacket, ActorManager::findBeingByName(), ActorSprite::getId(), and ActorType::Player.
|
virtual |
Implements Net::PartyHandler.
Definition at line 126 of file partyhandler.cpp.
References CAST_S16, CAST_S32, createOutPacket, Being::getName(), localPlayer, and packetVersion.
|
virtual |
Implements Net::PartyHandler.
Definition at line 57 of file partyhandler.cpp.
References createOutPacket.
|
virtual |
Implements Net::PartyHandler.
Definition at line 196 of file partyhandler.cpp.
References EAthena::PartyRecv::mShareAutoItems.
|
virtual |
Implements Net::PartyHandler.
Definition at line 63 of file partyhandler.cpp.
References actorManager, createOutPacket, ActorManager::findBeingByName(), ActorSprite::getId(), packetVersion, and ActorType::Player.
|
virtual |
Implements Net::PartyHandler.
Definition at line 83 of file partyhandler.cpp.
References TcpNet::accept(), CAST_S8, createOutPacket, and localPlayer.
|
virtual |
Implements Net::PartyHandler.
Definition at line 99 of file partyhandler.cpp.
References createOutPacket, ActorSprite::getId(), and Being::getName().
|
virtual |
Implements Net::PartyHandler.
Definition at line 109 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 94 of file partyhandler.cpp.
References createOutPacket.
|
virtual |
Implements Net::PartyHandler.
Definition at line 201 of file partyhandler.cpp.
References EAthena::PartyRecv::mShareAutoItems.
|
virtual |
Implements Net::PartyHandler.
Definition at line 145 of file partyhandler.cpp.
References CAST_S16, CAST_S32, createOutPacket, Ea::PartyRecv::mShareItems, PartyShare::NOT_POSSIBLE, and packetVersion.
|
virtual |
Implements Net::PartyHandler.
Definition at line 164 of file partyhandler.cpp.
References CAST_S16, CAST_S32, createOutPacket, Ea::PartyRecv::mShareExp, PartyShare::NOT_POSSIBLE, and packetVersion.