![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "DBCStructure.h"
Public Member Functions | |
bool | IsSanctuary () const |
bool | IsFlyable () const |
Public Attributes | |
uint32 | ID |
uint32 | mapid |
uint32 | zone |
uint32 | exploreFlag |
uint32 | flags |
int32 | area_level |
char const * | area_name [16] |
uint32 | team |
uint32 | LiquidTypeOverride [4] |
|
inline |
|
inline |
References AREA_FLAG_SANCTUARY, flags, and mapid.
Referenced by Player::UpdateArea(), and Player::UpdateZone().
int32 AreaTableEntry::area_level |
Referenced by Player::CheckAreaExploreAndOutdoor().
char const* AreaTableEntry::area_name[16] |
uint32 AreaTableEntry::exploreFlag |
uint32 AreaTableEntry::flags |
Referenced by Player::CanJoinConstantChannelInZone(), Player::CheckAreaExploreAndOutdoor(), SpellInfo::CheckLocation(), Spell::EffectDuel(), WorldSession::HandleHearthAndResurrect(), spell_gen_mount::HandleMount(), SpellArea::IsFitToRequirements(), IsFlyable(), IsSanctuary(), Player::RepopAtGraveyard(), Player::UpdateArea(), and Player::UpdateZone().
uint32 AreaTableEntry::ID |
Referenced by go_commandscript::HandleGoZoneXYCommand(), and Player::UpdateZone().
uint32 AreaTableEntry::LiquidTypeOverride[4] |
Referenced by Map::GetFullTerrainStatusForPosition().
uint32 AreaTableEntry::mapid |
Referenced by go_commandscript::HandleGoZoneXYCommand(), IsSanctuary(), and OutdoorPvP::SetMapFromZone().
uint32 AreaTableEntry::team |
Referenced by Player::UpdateZone().
uint32 AreaTableEntry::zone |