TrinityCore
Loading...
Searching...
No Matches
lfg::LFGDungeonData Struct Reference

#include <LFGMgr.h>

Public Member Functions

 LFGDungeonData ()
 
 LFGDungeonData (LFGDungeonEntry const *dbc)
 
uint32 Entry () const
 

Public Attributes

uint32 id
 
std::string name
 
uint16 map
 
uint8 type
 
uint8 expansion
 
uint8 group
 
std::array< uint8, MAX_EXPANSIONSminlevel
 
std::array< uint8, MAX_EXPANSIONSmaxlevel
 
Difficulty difficulty
 
bool seasonal
 
float x
 
float y
 
float z
 
float o
 

Detailed Description

Definition at line 282 of file LFGMgr.h.

Constructor & Destructor Documentation

◆ LFGDungeonData() [1/2]

lfg::LFGDungeonData::LFGDungeonData ( )

Definition at line 47 of file LFGMgr.cpp.

◆ LFGDungeonData() [2/2]

lfg::LFGDungeonData::LFGDungeonData ( LFGDungeonEntry const *  dbc)

Definition at line 52 of file LFGMgr.cpp.

Member Function Documentation

◆ Entry()

uint32 lfg::LFGDungeonData::Entry ( ) const
inline

Definition at line 300 of file LFGMgr.h.

+ Here is the caller graph for this function:

Member Data Documentation

◆ difficulty

Difficulty lfg::LFGDungeonData::difficulty

Definition at line 295 of file LFGMgr.h.

◆ expansion

uint8 lfg::LFGDungeonData::expansion

Definition at line 291 of file LFGMgr.h.

◆ group

uint8 lfg::LFGDungeonData::group

Definition at line 292 of file LFGMgr.h.

◆ id

uint32 lfg::LFGDungeonData::id

Definition at line 287 of file LFGMgr.h.

◆ map

uint16 lfg::LFGDungeonData::map

Definition at line 289 of file LFGMgr.h.

◆ maxlevel

std::array<uint8, MAX_EXPANSIONS> lfg::LFGDungeonData::maxlevel

Definition at line 294 of file LFGMgr.h.

◆ minlevel

std::array<uint8, MAX_EXPANSIONS> lfg::LFGDungeonData::minlevel

Definition at line 293 of file LFGMgr.h.

◆ name

std::string lfg::LFGDungeonData::name

Definition at line 288 of file LFGMgr.h.

◆ o

float lfg::LFGDungeonData::o

Definition at line 297 of file LFGMgr.h.

◆ seasonal

bool lfg::LFGDungeonData::seasonal

Definition at line 296 of file LFGMgr.h.

◆ type

uint8 lfg::LFGDungeonData::type

Definition at line 290 of file LFGMgr.h.

◆ x

float lfg::LFGDungeonData::x

Definition at line 297 of file LFGMgr.h.

◆ y

float lfg::LFGDungeonData::y

Definition at line 297 of file LFGMgr.h.

◆ z

float lfg::LFGDungeonData::z

Definition at line 297 of file LFGMgr.h.


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