TrinityCore
DisableMgr Namespace Reference

Functions

void LoadDisables ()
 
void CheckQuestDisables ()
 
bool IsDisabledFor (DisableType type, uint32 entry, WorldObject const *ref, uint8 flags)
 
bool IsVMAPDisabledFor (uint32 entry, uint8 flags)
 
bool IsPathfindingEnabled (uint32 mapId)
 

Variables

char const * MapTypeNames []
 

Function Documentation

◆ CheckQuestDisables()

TC_GAME_API void DisableMgr::CheckQuestDisables ( )

Definition at line 256 of file DisableMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ IsDisabledFor()

TC_GAME_API bool DisableMgr::IsDisabledFor ( DisableType  type,
uint32  entry,
WorldObject const *  ref,
uint8  flags 
)

Definition at line 285 of file DisableMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ IsPathfindingEnabled()

TC_GAME_API bool DisableMgr::IsPathfindingEnabled ( uint32  mapId)

Definition at line 401 of file DisableMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ IsVMAPDisabledFor()

TC_GAME_API bool DisableMgr::IsVMAPDisabledFor ( uint32  entry,
uint8  flags 
)

Definition at line 396 of file DisableMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ LoadDisables()

TC_GAME_API void DisableMgr::LoadDisables ( )

Definition at line 59 of file DisableMgr.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ MapTypeNames

char const* DisableMgr::MapTypeNames[]
Initial value:
=
{
"World",
"Dungeon",
"Raid",
"Battleground",
"Arena",
"Scenario"
}

Definition at line 35 of file DisableMgr.cpp.