AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
DisableMgr.cpp File Reference
#include "DisableMgr.h"
#include "GameEventMgr.h"
#include "MMapFactory.h"
#include "ObjectMgr.h"
#include "OutdoorPvP.h"
#include "Player.h"
#include "SpellInfo.h"
#include "SpellMgr.h"
#include "StringConvert.h"
#include "Tokenize.h"
#include "World.h"

Go to the source code of this file.

Classes

struct  DisableMgr::anonymous_namespace{DisableMgr.cpp}::DisableData
 

Namespaces

namespace  DisableMgr
 
namespace  DisableMgr::anonymous_namespace{DisableMgr.cpp}
 

Typedefs

typedef std::map< uint32, DisableData > DisableMgr::anonymous_namespace{DisableMgr.cpp}::DisableTypeMap
 
typedef std::map< DisableType, DisableTypeMap > DisableMgr::anonymous_namespace{DisableMgr.cpp}::DisableMap
 

Functions

void DisableMgr::LoadDisables ()
 
void DisableMgr::CheckQuestDisables ()
 
bool DisableMgr::IsDisabledFor (DisableType type, uint32 entry, Unit const *unit, uint8 flags)
 
bool DisableMgr::IsVMAPDisabledFor (uint32 entry, uint8 flags)
 
bool DisableMgr::IsPathfindingEnabled (const Map *map)
 

Variables

DisableMap DisableMgr::anonymous_namespace{DisableMgr.cpp}::m_DisableMap
 
uint8 DisableMgr::anonymous_namespace{DisableMgr.cpp}::MAX_DISABLE_TYPES = 11