|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <DBCStructure.h>
Public Member Functions | |
| bool | IsSanctuary () const |
Public Attributes | |
| uint32 | m_AreaBit |
| char * | m_AreaName |
| uint32 | m_ContinentID |
| int32 | m_ExplorationLevel |
| uint32 | m_FactionGroupMask |
| uint32 | m_flags |
| uint32 | m_ID |
| uint32 | m_LiquidType [4] |
| float | m_MinElevation |
| uint32 | m_ParentAreaID |
Definition at line 649 of file DBCStructure.h.
|
inline |
Definition at line 680 of file DBCStructure.h.
References AREA_FLAG_SANCTUARY, m_ContinentID, and m_flags.
Referenced by Player::UpdateArea(), and Player::UpdateZone().
| uint32 AreaTableEntry::m_AreaBit |
Definition at line 654 of file DBCStructure.h.
Referenced by Map::GetAreaFlag().
| char* AreaTableEntry::m_AreaName |
Definition at line 664 of file DBCStructure.h.
Referenced by go_commandscript::HandleGoZoneXYCommand(), misc_commandscript::HandleGPSCommand(), group_commandscript::HandleGroupListCommand(), lookup_commandscript::HandleLookupAreaCommand(), misc_commandscript::HandlePInfoCommand(), and Player::UpdateLocalChannels().
| uint32 AreaTableEntry::m_ContinentID |
Definition at line 652 of file DBCStructure.h.
Referenced by go_commandscript::HandleGoZoneXYCommand(), and IsSanctuary().
| int32 AreaTableEntry::m_ExplorationLevel |
Definition at line 663 of file DBCStructure.h.
Referenced by Player::CheckAreaExploreAndOutdoor().
| uint32 AreaTableEntry::m_FactionGroupMask |
Definition at line 665 of file DBCStructure.h.
Referenced by Player::UpdateZone().
| uint32 AreaTableEntry::m_flags |
Definition at line 655 of file DBCStructure.h.
Referenced by Player::CanJoinConstantChannelInZone(), Spell::EffectDuel(), WorldSession::HandleHearthAndResurrect(), IsOutdoorWMO(), IsSanctuary(), Player::RepopAtGraveyard(), Player::UpdateArea(), and Player::UpdateZone().
| uint32 AreaTableEntry::m_ID |
Definition at line 651 of file DBCStructure.h.
Referenced by Player::CheckAreaExploreAndOutdoor(), Map::GetAreaIdByAreaFlag(), Map::GetZoneAndAreaIdByAreaFlag(), Map::GetZoneIdByAreaFlag(), go_commandscript::HandleGoZoneXYCommand(), lookup_commandscript::HandleLookupAreaCommand(), and Player::UpdateZone().
| uint32 AreaTableEntry::m_LiquidType[4] |
Definition at line 666 of file DBCStructure.h.
| float AreaTableEntry::m_MinElevation |
Definition at line 667 of file DBCStructure.h.
Referenced by WorldSession::HandleMovementOpcodes(), and Player::RepopAtGraveyard().
| uint32 AreaTableEntry::m_ParentAreaID |