40 void create(
const std::string &name = std::string())
override;
42 void join(
int partyId)
override;
46 void invite(
const std::string &name)
override;
48 void inviteResponse(
const std::string &inviter,
bool accept)
override;
50 void leave()
override;
54 void kick(
const std::string &name)
override;
56 void chat(
const std::string &text)
override;
Used for parsing an incoming message from eAthena.
void setShareExperience(PartyShare share) override
void invite(Being *being) override
void inviteResponse(const std::string &inviter, bool accept) override
void create(const std::string &name=std::string()) override
PartyShare getShareItems() override
void chat(const std::string &text) override
void kick(Being *being) override
void handleMessage(MessageIn &msg) override
void setShareItems(PartyShare share) override
void requestPartyMembers() override
PartyShare getShareExperience() override
void join(int partyId) override
Warning: buffers and other variables are shared, so there can be only one connection active at a time...