ManaPlus
|
Functions | |
void | processPartySettings (Net::MessageIn &msg) |
void | processPartyInfo (Net::MessageIn &msg) |
void | processPartyMessage (Net::MessageIn &msg) |
void | processPartyInviteResponse (Net::MessageIn &msg) |
void | processPartyInvited (Net::MessageIn &msg) |
void | processPartyMove (Net::MessageIn &msg) |
void | processPartyUpdateHp (Net::MessageIn &msg) |
void TmwAthena::PartyRecv::processPartyInfo | ( | Net::MessageIn & | msg | ) |
Definition at line 68 of file partyrecv.cpp.
References Party::addMember(), Party::clearMembers(), FOR_EACHP, fromBool, Party::getMembers(), Being::getName(), GroupDb::getName(), Party::getNamesSet(), Party::getParty(), localPlayer, Logger::log1(), logger, Actions::msg(), NotifyManager::notify(), NotifyTypes::PARTY_USER_JOINED, partyTab, PartyMember::setLeader(), Avatar::setMap(), Party::setName(), Avatar::setOnline(), Being::setParty(), Being::setPartyName(), ChatTab::showOnline(), socialWindow, Party::sort(), Ea::taParty, and SocialWindow::updateParty().
void TmwAthena::PartyRecv::processPartyInvited | ( | Net::MessageIn & | msg | ) |
Definition at line 225 of file partyrecv.cpp.
References actorManager, ActorManager::findBeing(), Being::getName(), Being::getType(), Actions::msg(), ActorType::Player, SocialWindow::showPartyInvite(), and socialWindow.
void TmwAthena::PartyRecv::processPartyInviteResponse | ( | Net::MessageIn & | msg | ) |
Definition at line 196 of file partyrecv.cpp.
References Actions::msg(), NotifyManager::notify(), NotifyTypes::PARTY_INVITE_ALREADY_MEMBER, NotifyTypes::PARTY_INVITE_DONE, NotifyTypes::PARTY_INVITE_ERROR, NotifyTypes::PARTY_INVITE_PARTY_FULL, NotifyTypes::PARTY_INVITE_REFUSED, and partyTab.
void TmwAthena::PartyRecv::processPartyMessage | ( | Net::MessageIn & | msg | ) |
Definition at line 172 of file partyrecv.cpp.
References ChatTab::chatLog(), Party::getMember(), Avatar::getName(), Actions::msg(), NotifyManager::notify(), NotifyTypes::PARTY_UNKNOWN_USER_MSG, partyTab, and Ea::taParty.
void TmwAthena::PartyRecv::processPartyMove | ( | Net::MessageIn & | msg | ) |
Definition at line 251 of file partyrecv.cpp.
References fromBool, Party::getMember(), Avatar::getName(), Avatar::getOnline(), Actions::msg(), partyTab, Avatar::setMap(), Avatar::setOnline(), Avatar::setX(), Avatar::setY(), ChatTab::showOnline(), and Ea::taParty.
void TmwAthena::PartyRecv::processPartySettings | ( | Net::MessageIn & | msg | ) |
Definition at line 49 of file partyrecv.cpp.
References chatWindow, Ea::PartyRecv::createTab(), Actions::msg(), partyTab, Ea::PartyRecv::processPartyExpSettingsContinue(), and Ea::PartyRecv::processPartyItemSettingsContinue().
void TmwAthena::PartyRecv::processPartyUpdateHp | ( | Net::MessageIn & | msg | ) |
Definition at line 282 of file partyrecv.cpp.
References actorManager, ActorManager::findBeing(), Party::getMember(), Actions::msg(), Avatar::setHp(), Avatar::setMaxHp(), and Ea::taParty.