![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "DBCStructure.h"
Public Member Functions | |
uint32 | Expansion () const |
bool | IsDungeon () const |
bool | IsNonRaidDungeon () const |
bool | Instanceable () const |
bool | IsRaid () const |
bool | IsBattleground () const |
bool | IsBattleArena () const |
bool | IsBattlegroundOrArena () const |
bool | IsWorldMap () const |
bool | GetEntrancePos (int32 &mapid, float &x, float &y) const |
bool | IsContinent () const |
bool | IsDynamicDifficultyMap () const |
Public Attributes | |
uint32 | MapID |
uint32 | map_type |
uint32 | Flags |
char const * | name [16] |
uint32 | linked_zone |
uint32 | multimap_id |
int32 | entrance_map |
float | entrance_x |
float | entrance_y |
uint32 | expansionID |
uint32 | maxPlayers |
|
inline |
References expansionID.
Referenced by GetContentLevelsForMapAndZone(), Player::LoadFromDB(), and Player::TeleportTo().
|
inline |
References entrance_map, entrance_x, and entrance_y.
Referenced by Map::GetEntrancePos().
|
inline |
References MAP_ARENA, MAP_BATTLEGROUND, MAP_INSTANCE, MAP_RAID, and map_type.
Referenced by InstanceSaveMgr::_ResetOrWarnAll(), MapMgr::CreateBaseMap(), misc_commandscript::HandleSkirmishCommand(), Map::Instanceable(), Player::LoadFromDB(), ObjectMgr::LoadLinkedRespawn(), ObjectMgr::SetCreatureLinkedRespawn(), World::SetInitialWorldSettings(), and Player::TeleportTo().
|
inline |
References MAP_ARENA, and map_type.
Referenced by SpellInfo::CheckLocation(), Map::IsBattleArena(), and Player::TeleportTo().
|
inline |
References MAP_BATTLEGROUND, and map_type.
Referenced by SpellInfo::CheckLocation(), and Map::IsBattleground().
|
inline |
References MAP_ARENA, MAP_BATTLEGROUND, and map_type.
Referenced by Graveyard::GetClosestGraveyard(), WorldSession::HandleMoveWorldportAck(), tele_commandscript::HandleTeleCommand(), tele_commandscript::HandleTeleGroupCommand(), Map::IsBattlegroundOrArena(), Player::LoadFromDB(), and Player::TeleportTo().
|
inline |
|
inline |
References MAP_INSTANCE, MAP_RAID, and map_type.
Referenced by Spell::CheckCast(), ObjectMgr::GetGoBackTrigger(), WorldSession::HandleMoveWorldportAck(), DisableMgr::IsDisabledFor(), Map::IsDungeon(), MapMgr::IsValidMAP(), ObjectMgr::LoadCreatures(), Player::LoadFromDB(), lfg::LFGPlayerScript::OnPlayerBindToInstance(), and MapMgr::PlayerCannotEnter().
|
inline |
References Flags, and MAP_FLAG_DYNAMIC_DIFFICULTY.
|
inline |
References MAP_INSTANCE, and map_type.
Referenced by Map::IsNonRaidDungeon(), Player::LoadFromDB(), and MapMgr::PlayerCannotEnter().
|
inline |
References MAP_RAID, and map_type.
Referenced by InstanceSaveMgr::AddInstanceSave(), SpellInfo::CheckLocation(), WorldSession::HandleCalendarGetCalendar(), WorldSession::HandleMoveWorldportAck(), WorldSession::HandleSetSavedInstanceExtend(), lfg::LFGMgr::InitializeLockedDungeons(), DisableMgr::IsDisabledFor(), Map::IsRaid(), ObjectMgr::LoadCreatures(), Player::LoadFromDB(), MapMgr::PlayerCannotEnter(), Player::ResetInstances(), Group::ResetInstances(), and Player::Satisfy().
|
inline |
int32 MapEntry::entrance_map |
Referenced by Graveyard::GetClosestGraveyard(), GetEntrancePos(), and ObjectMgr::GetGoBackTrigger().
float MapEntry::entrance_x |
Referenced by Graveyard::GetClosestGraveyard(), and GetEntrancePos().
float MapEntry::entrance_y |
Referenced by Graveyard::GetClosestGraveyard(), and GetEntrancePos().
uint32 MapEntry::expansionID |
Referenced by Expansion().
uint32 MapEntry::Flags |
Referenced by IsDynamicDifficultyMap().
uint32 MapEntry::linked_zone |
Referenced by Map::GetAreaId(), and Map::GetFullTerrainStatusForPosition().
uint32 MapEntry::map_type |
Referenced by InstanceSaveMgr::AddInstanceSave(), InstanceSave::GetResetTimeForDB(), DisableMgr::HandleDisableType(), Instanceable(), IsBattleArena(), IsBattleground(), IsBattlegroundOrArena(), DisableMgr::IsDisabledFor(), IsDungeon(), IsNonRaidDungeon(), IsRaid(), IsWorldMap(), and Pet::setDeathState().
uint32 MapEntry::MapID |
uint32 MapEntry::maxPlayers |
Referenced by InstanceMap::GetMaxPlayers().
uint32 MapEntry::multimap_id |
char const* MapEntry::name[16] |