AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "LFGMgr.h"
Public Member Functions | |
LFGDungeonData () | |
LFGDungeonData (LFGDungeonEntry const *dbc) | |
uint32 | Entry () const |
Public Attributes | |
uint32 | id {0} |
std::string | name |
uint16 | map {0} |
uint8 | type {0} |
uint8 | expansion {0} |
uint8 | group {0} |
uint8 | minlevel {0} |
uint8 | maxlevel {0} |
Difficulty | difficulty {REGULAR_DIFFICULTY} |
bool | seasonal {false} |
float | x {0.0f} |
float | y {0.0f} |
float | z {0.0f} |
float | o {0.0f} |
|
inline |
|
inline |
|
inline |
References type.
Referenced by lfg::LFGMgr::FinishDungeon(), lfg::LFGMgr::GetRandomAndSeasonalDungeons(), lfg::LFGMgr::InitializeLockedDungeons(), and lfg::LFGMgr::MakeNewGroup().
Difficulty lfg::LFGDungeonData::difficulty {REGULAR_DIFFICULTY} |
uint8 lfg::LFGDungeonData::expansion {0} |
Referenced by lfg::LFGMgr::GetRandomAndSeasonalDungeons(), and lfg::LFGMgr::InitializeLockedDungeons().
uint8 lfg::LFGDungeonData::group {0} |
Referenced by lfg::LFGMgr::GetDungeonsByRandom(), and lfg::LFGMgr::LoadLFGDungeons().
uint32 lfg::LFGDungeonData::id {0} |
uint16 lfg::LFGDungeonData::map {0} |
uint8 lfg::LFGDungeonData::maxlevel {0} |
Referenced by lfg::LFGMgr::GetRandomAndSeasonalDungeons(), and lfg::LFGMgr::InitializeLockedDungeons().
uint8 lfg::LFGDungeonData::minlevel {0} |
Referenced by lfg::LFGMgr::GetRandomAndSeasonalDungeons(), and lfg::LFGMgr::InitializeLockedDungeons().
std::string lfg::LFGDungeonData::name |
Referenced by lfg::LFGMgr::LoadLFGDungeons().
float lfg::LFGDungeonData::o {0.0f} |
Referenced by lfg::LFGMgr::LoadLFGDungeons(), and lfg::LFGMgr::TeleportPlayer().
bool lfg::LFGDungeonData::seasonal {false} |
uint8 lfg::LFGDungeonData::type {0} |
float lfg::LFGDungeonData::x {0.0f} |
Referenced by lfg::LFGMgr::LoadLFGDungeons(), and lfg::LFGMgr::TeleportPlayer().
float lfg::LFGDungeonData::y {0.0f} |
Referenced by lfg::LFGMgr::LoadLFGDungeons(), and lfg::LFGMgr::TeleportPlayer().
float lfg::LFGDungeonData::z {0.0f} |
Referenced by lfg::LFGMgr::LoadLFGDungeons(), and lfg::LFGMgr::TeleportPlayer().