TrinityCore
Loading...
Searching...
No Matches
MapEntry Struct Reference

#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 ID
 
uint32 InstanceType
 
uint32 Flags
 
char const * MapName [16]
 
uint32 AreaTableID
 
uint32 LoadingScreenID
 
int32 CorpseMapID
 
DBCPosition2D Corpse
 
uint32 ExpansionID
 
uint32 RaidOffset
 
uint32 MaxPlayers
 

Detailed Description

Definition at line 1063 of file DBCStructure.h.

Member Function Documentation

◆ Expansion()

uint32 MapEntry::Expansion ( ) const
inline

Definition at line 1087 of file DBCStructure.h.

+ Here is the caller graph for this function:

◆ GetEntrancePos()

bool MapEntry::GetEntrancePos ( int32 mapid,
float &  x,
float &  y 
) const
inline

Definition at line 1098 of file DBCStructure.h.

+ Here is the caller graph for this function:

◆ Instanceable()

bool MapEntry::Instanceable ( ) const
inline

Definition at line 1091 of file DBCStructure.h.

+ Here is the caller graph for this function:

◆ IsBattleArena()

bool MapEntry::IsBattleArena ( ) const
inline

Definition at line 1094 of file DBCStructure.h.

+ Here is the caller graph for this function:

◆ IsBattleground()

bool MapEntry::IsBattleground ( ) const
inline

Definition at line 1093 of file DBCStructure.h.

+ Here is the caller graph for this function:

◆ IsBattlegroundOrArena()

bool MapEntry::IsBattlegroundOrArena ( ) const
inline

Definition at line 1095 of file DBCStructure.h.

+ Here is the caller graph for this function:

◆ IsContinent()

bool MapEntry::IsContinent ( ) const
inline

Definition at line 1108 of file DBCStructure.h.

+ Here is the caller graph for this function:

◆ IsDungeon()

bool MapEntry::IsDungeon ( ) const
inline

Definition at line 1089 of file DBCStructure.h.

+ Here is the caller graph for this function:

◆ IsDynamicDifficultyMap()

bool MapEntry::IsDynamicDifficultyMap ( ) const
inline

Definition at line 1113 of file DBCStructure.h.

◆ IsNonRaidDungeon()

bool MapEntry::IsNonRaidDungeon ( ) const
inline

Definition at line 1090 of file DBCStructure.h.

+ Here is the caller graph for this function:

◆ IsRaid()

bool MapEntry::IsRaid ( ) const
inline

Definition at line 1092 of file DBCStructure.h.

+ Here is the caller graph for this function:

◆ IsWorldMap()

bool MapEntry::IsWorldMap ( ) const
inline

Definition at line 1096 of file DBCStructure.h.

+ Here is the caller graph for this function:

Member Data Documentation

◆ AreaTableID

uint32 MapEntry::AreaTableID

Definition at line 1072 of file DBCStructure.h.

◆ Corpse

DBCPosition2D MapEntry::Corpse

Definition at line 1080 of file DBCStructure.h.

◆ CorpseMapID

int32 MapEntry::CorpseMapID

Definition at line 1079 of file DBCStructure.h.

◆ ExpansionID

uint32 MapEntry::ExpansionID

Definition at line 1082 of file DBCStructure.h.

◆ Flags

uint32 MapEntry::Flags

Definition at line 1068 of file DBCStructure.h.

◆ ID

uint32 MapEntry::ID

Definition at line 1065 of file DBCStructure.h.

◆ InstanceType

uint32 MapEntry::InstanceType

Definition at line 1067 of file DBCStructure.h.

◆ LoadingScreenID

uint32 MapEntry::LoadingScreenID

Definition at line 1077 of file DBCStructure.h.

◆ MapName

char const* MapEntry::MapName[16]

Definition at line 1070 of file DBCStructure.h.

◆ MaxPlayers

uint32 MapEntry::MaxPlayers

Definition at line 1084 of file DBCStructure.h.

◆ RaidOffset

uint32 MapEntry::RaidOffset

Definition at line 1083 of file DBCStructure.h.


The documentation for this struct was generated from the following file: