![]() |
TrinityCore
|
#include "DisableMgr.h"#include "CriteriaHandler.h"#include "DatabaseEnv.h"#include "DB2Stores.h"#include "Log.h"#include "Map.h"#include "ObjectMgr.h"#include "OutdoorPvP.h"#include "Player.h"#include "SpellMgr.h"#include "StringConvert.h"#include "VMapManager.h"#include "World.h"
Include dependency graph for DisableMgr.cpp:Go to the source code of this file.
Namespaces | |
| namespace | DisableMgr |
Functions | |
| void | DisableMgr::LoadDisables () |
| void | DisableMgr::CheckQuestDisables () |
| bool | DisableMgr::IsDisabledFor (DisableType type, uint32 entry, WorldObject const *ref, uint8 flags) |
| bool | DisableMgr::IsVMAPDisabledFor (uint32 entry, uint8 flags) |
| bool | DisableMgr::IsPathfindingEnabled (uint32 mapId) |
Variables | |
| char const * | DisableMgr::MapTypeNames [] |
| uint16 flags |
Definition at line 49 of file DisableMgr.cpp.
| std::unordered_set<uint32> params[2] |
Definition at line 50 of file DisableMgr.cpp.