![]() |
TrinityCore
|
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 [] |
| TC_GAME_API void DisableMgr::CheckQuestDisables | ( | ) |
Definition at line 267 of file DisableMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| TC_GAME_API bool DisableMgr::IsDisabledFor | ( | DisableType | type, |
| uint32 | entry, | ||
| WorldObject const * | ref, | ||
| uint8 | flags | ||
| ) |
Definition at line 296 of file DisableMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| TC_GAME_API bool DisableMgr::IsPathfindingEnabled | ( | uint32 | mapId | ) |
Definition at line 413 of file DisableMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| TC_GAME_API bool DisableMgr::IsVMAPDisabledFor | ( | uint32 | entry, |
| uint8 | flags | ||
| ) |
Definition at line 408 of file DisableMgr.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| 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:| char const* DisableMgr::MapTypeNames[] |
Definition at line 35 of file DisableMgr.cpp.