#include "DBCStructure.h"
◆ Expansion()
uint32 MapEntry::Expansion |
( |
| ) |
const |
|
inline |
◆ GetEntrancePos()
bool MapEntry::GetEntrancePos |
( |
int32 & |
mapid, |
|
|
float & |
x, |
|
|
float & |
y |
|
) |
| const |
|
inline |
1360 {
1362 return false;
1366 return true;
1367 }
float entrance_y
Definition: DBCStructure.h:1341
int32 entrance_map
Definition: DBCStructure.h:1339
float entrance_x
Definition: DBCStructure.h:1340
References entrance_map, entrance_x, and entrance_y.
Referenced by Map::GetEntrancePos().
◆ Instanceable()
bool MapEntry::Instanceable |
( |
| ) |
const |
|
inline |
@ MAP_BATTLEGROUND
Definition: DBCEnums.h:349
@ MAP_ARENA
Definition: DBCEnums.h:350
@ MAP_INSTANCE
Definition: DBCEnums.h:347
@ MAP_RAID
Definition: DBCEnums.h:348
uint32 map_type
Definition: DBCStructure.h:1327
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().
◆ IsBattleArena()
bool MapEntry::IsBattleArena |
( |
| ) |
const |
|
inline |
◆ IsBattleground()
bool MapEntry::IsBattleground |
( |
| ) |
const |
|
inline |
◆ IsBattlegroundOrArena()
bool MapEntry::IsBattlegroundOrArena |
( |
| ) |
const |
|
inline |
◆ IsContinent()
bool MapEntry::IsContinent |
( |
| ) |
const |
|
inline |
1370 {
1372 }
uint32 MapID
Definition: DBCStructure.h:1325
References MapID.
◆ IsDungeon()
bool MapEntry::IsDungeon |
( |
| ) |
const |
|
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::OnBindToInstance(), and MapMgr::PlayerCannotEnter().
◆ IsDynamicDifficultyMap()
bool MapEntry::IsDynamicDifficultyMap |
( |
| ) |
const |
|
inline |
◆ IsNonRaidDungeon()
bool MapEntry::IsNonRaidDungeon |
( |
| ) |
const |
|
inline |
◆ IsRaid()
bool MapEntry::IsRaid |
( |
| ) |
const |
|
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().
◆ IsWorldMap()
bool MapEntry::IsWorldMap |
( |
| ) |
const |
|
inline |
◆ entrance_map
int32 MapEntry::entrance_map |
◆ entrance_x
float MapEntry::entrance_x |
◆ entrance_y
float MapEntry::entrance_y |
◆ expansionID
◆ Flags
◆ linked_zone
◆ map_type
Referenced by InstanceSaveMgr::AddInstanceSave(), InstanceSave::GetResetTimeForDB(), Instanceable(), IsBattleArena(), IsBattleground(), IsBattlegroundOrArena(), DisableMgr::IsDisabledFor(), IsDungeon(), IsNonRaidDungeon(), IsRaid(), IsWorldMap(), DisableMgr::LoadDisables(), and Pet::setDeathState().
◆ MapID
◆ maxPlayers
◆ multimap_id
◆ name
char const* MapEntry::name[16] |