|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <LFGMgr.h>
Public Member Functions | |
| uint32 | Entry () const |
| LFGDungeonData () | |
| LFGDungeonData (LFGDungeonEntry const *dbc) | |
Public Attributes | |
| uint8 | category |
| DifficultyID | difficulty |
| uint8 | expansion |
| uint8 | group |
| uint32 | id |
| uint16 | map |
| uint8 | maxlevel |
| uint8 | minlevel |
| std::string | name |
| float | o |
| uint32 | requiredItemLevel |
| bool | seasonal |
| uint8 | type |
| float | x |
| float | y |
| float | z |
|
inline |
|
inline |
|
inline |
Definition at line 292 of file LFGMgr.h.
References type.
Referenced by lfg::LFGMgr::FinishDungeon(), lfg::LFGMgr::GetLockedDungeons(), lfg::LFGMgr::GetRandomAndSeasonalDungeons(), and lfg::LFGMgr::MakeNewGroup().
| uint8 lfg::LFGDungeonData::category |
Definition at line 286 of file LFGMgr.h.
Referenced by LFGDungeonData(), and LFGDungeonData().
| DifficultyID lfg::LFGDungeonData::difficulty |
Definition at line 285 of file LFGMgr.h.
Referenced by lfg::LFGMgr::FinishDungeon(), lfg::LFGMgr::GetCompatibleDungeons(), lfg::LFGMgr::GetLockedDungeons(), lfg::LFGMgr::IsRaidFinderDungeon(), LFGDungeonData(), LFGDungeonData(), and lfg::LFGMgr::MakeNewGroup().
| uint8 lfg::LFGDungeonData::expansion |
Definition at line 281 of file LFGMgr.h.
Referenced by lfg::LFGMgr::GetLockedDungeons(), lfg::LFGMgr::GetRandomAndSeasonalDungeons(), LFGDungeonData(), and LFGDungeonData().
| uint8 lfg::LFGDungeonData::group |
Definition at line 282 of file LFGMgr.h.
Referenced by lfg::LFGMgr::GetDungeonsByRandom(), LFGDungeonData(), LFGDungeonData(), and lfg::LFGMgr::LoadLFGDungeons().
| uint32 lfg::LFGDungeonData::id |
Definition at line 277 of file LFGMgr.h.
Referenced by lfg::LFGMgr::GetLockedDungeons(), lfg::LFGMgr::GetRandomAndSeasonalDungeons(), LFGDungeonData(), LFGDungeonData(), lfg::LFGMgr::LoadLFGDungeons(), lfg::LFGMgr::MakeNewGroup(), and lfg::LFGMgr::TeleportPlayer().
| uint16 lfg::LFGDungeonData::map |
Definition at line 279 of file LFGMgr.h.
Referenced by lfg::LFGMgr::FinishDungeon(), lfg::LFGMgr::GetCompatibleDungeons(), lfg::LFGMgr::GetLockedDungeons(), LFGDungeonData(), LFGDungeonData(), lfg::LFGMgr::LoadLFGDungeons(), lfg::LFGMgr::MakeNewGroup(), lfg::LFGMgr::TeleportDungeonGroupOut(), and lfg::LFGMgr::TeleportPlayer().
| uint8 lfg::LFGDungeonData::maxlevel |
Definition at line 284 of file LFGMgr.h.
Referenced by lfg::LFGMgr::GetLockedDungeons(), lfg::LFGMgr::GetRandomAndSeasonalDungeons(), LFGDungeonData(), and LFGDungeonData().
| uint8 lfg::LFGDungeonData::minlevel |
Definition at line 283 of file LFGMgr.h.
Referenced by lfg::LFGMgr::GetLockedDungeons(), lfg::LFGMgr::GetRandomAndSeasonalDungeons(), LFGDungeonData(), and LFGDungeonData().
| std::string lfg::LFGDungeonData::name |
Definition at line 278 of file LFGMgr.h.
Referenced by LFGDungeonData(), LFGDungeonData(), lfg::LFGMgr::LoadLFGDungeons(), and lfg::LFGMgr::TeleportPlayer().
| float lfg::LFGDungeonData::o |
Definition at line 289 of file LFGMgr.h.
Referenced by LFGDungeonData(), LFGDungeonData(), lfg::LFGMgr::LoadLFGDungeons(), and lfg::LFGMgr::TeleportPlayer().
| uint32 lfg::LFGDungeonData::requiredItemLevel |
Definition at line 287 of file LFGMgr.h.
Referenced by lfg::LFGMgr::GetLockedDungeons(), LFGDungeonData(), LFGDungeonData(), and lfg::LFGMgr::LoadLFGDungeons().
| bool lfg::LFGDungeonData::seasonal |
Definition at line 288 of file LFGMgr.h.
Referenced by lfg::LFGMgr::FinishDungeon(), lfg::LFGMgr::GetLockedDungeons(), lfg::LFGMgr::GetRandomAndSeasonalDungeons(), LFGDungeonData(), LFGDungeonData(), and lfg::LFGMgr::selectedRandomLfgDungeon().
| uint8 lfg::LFGDungeonData::type |
Definition at line 280 of file LFGMgr.h.
Referenced by Entry(), lfg::LFGMgr::FinishDungeon(), lfg::LFGMgr::GetDungeonType(), lfg::LFGMgr::GetRandomAndSeasonalDungeons(), LFGDungeonData(), LFGDungeonData(), lfg::LFGMgr::LoadLFGDungeons(), lfg::LFGMgr::MakeNewGroup(), and lfg::LFGMgr::selectedRandomLfgDungeon().
| float lfg::LFGDungeonData::x |
Definition at line 289 of file LFGMgr.h.
Referenced by LFGDungeonData(), LFGDungeonData(), lfg::LFGMgr::LoadLFGDungeons(), and lfg::LFGMgr::TeleportPlayer().
| float lfg::LFGDungeonData::y |
Definition at line 289 of file LFGMgr.h.
Referenced by LFGDungeonData(), LFGDungeonData(), lfg::LFGMgr::LoadLFGDungeons(), and lfg::LFGMgr::TeleportPlayer().
| float lfg::LFGDungeonData::z |
Definition at line 289 of file LFGMgr.h.
Referenced by LFGDungeonData(), LFGDungeonData(), lfg::LFGMgr::LoadLFGDungeons(), and lfg::LFGMgr::TeleportPlayer().