![]() |
ManaPlus
|
#include "net/tmwa/guildmanager.h"#include "actormanager.h"#include "client.h"#include "configuration.h"#include "guild.h"#include "notifymanager.h"#include "being/localplayer.h"#include "enums/resources/notifytypes.h"#include "gui/windows/chatwindow.h"#include "gui/windows/socialwindow.h"#include "gui/widgets/tabs/chat/emulateguildtab.h"#include "net/chathandler.h"#include "net/packetlimiter.h"#include "utils/delete2.h"#include "utils/timer.h"#include "debug.h"Go to the source code of this file.
Variables | |
| GuildManager * | guildManager = 0 |
| static const int | requestTimeout = 5 |
| GuildManager* guildManager = 0 |
Definition at line 48 of file guildmanager.cpp.
Referenced by SocialWindow::action(), destroyGuiWindows(), Game::Game(), EmulateGuildTab::getAutoCompleteList(), NotifyManager::getGuildTab(), EmulateGuildTab::handleInput(), GuildManager::init(), Actions::outString(), outStringNormal(), TmwAthena::BeingRecv::processPlayerGuilPartyInfo(), TmwAthena::BeingRecv::processPlayerMove(), TmwAthena::BeingRecv::processPlayerUpdate1(), TmwAthena::BeingRecv::processPlayerUpdate2(), TmwAthena::ChatRecv::processWhisperContinue(), PopupMenu::showChatPopup(), PopupMenu::showPlayerPopup(), PopupMenu::showPopup(), Game::slowLogic(), and Game::~Game().
|
static |
Definition at line 50 of file guildmanager.cpp.
Referenced by GuildManager::requestGuildInfo(), and GuildManager::slowLogic().