TrinityCore
lfg::LFGDungeonData Struct Reference

#include <LFGMgr.h>

Public Member Functions

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

Public Attributes

uint32 id
 
std::string name
 
uint32 map
 
uint8 type
 
uint8 expansion
 
uint8 group
 
uint32 contentTuningId
 
Difficulty difficulty
 
bool seasonal
 
float x
 
float y
 
float z
 
float o
 
uint16 requiredItemLevel
 
uint32 finalDungeonEncounterId
 

Detailed Description

Definition at line 293 of file LFGMgr.h.

Constructor & Destructor Documentation

◆ LFGDungeonData() [1/2]

lfg::LFGDungeonData::LFGDungeonData ( )

Definition at line 45 of file LFGMgr.cpp.

◆ LFGDungeonData() [2/2]

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

Definition at line 50 of file LFGMgr.cpp.

Member Function Documentation

◆ Entry()

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

Definition at line 312 of file LFGMgr.h.

+ Here is the caller graph for this function:

Member Data Documentation

◆ contentTuningId

uint32 lfg::LFGDungeonData::contentTuningId

Definition at line 304 of file LFGMgr.h.

◆ difficulty

Difficulty lfg::LFGDungeonData::difficulty

Definition at line 305 of file LFGMgr.h.

◆ expansion

uint8 lfg::LFGDungeonData::expansion

Definition at line 302 of file LFGMgr.h.

◆ finalDungeonEncounterId

uint32 lfg::LFGDungeonData::finalDungeonEncounterId

Definition at line 309 of file LFGMgr.h.

◆ group

uint8 lfg::LFGDungeonData::group

Definition at line 303 of file LFGMgr.h.

◆ id

uint32 lfg::LFGDungeonData::id

Definition at line 298 of file LFGMgr.h.

◆ map

uint32 lfg::LFGDungeonData::map

Definition at line 300 of file LFGMgr.h.

◆ name

std::string lfg::LFGDungeonData::name

Definition at line 299 of file LFGMgr.h.

◆ o

float lfg::LFGDungeonData::o

Definition at line 307 of file LFGMgr.h.

◆ requiredItemLevel

uint16 lfg::LFGDungeonData::requiredItemLevel

Definition at line 308 of file LFGMgr.h.

◆ seasonal

bool lfg::LFGDungeonData::seasonal

Definition at line 306 of file LFGMgr.h.

◆ type

uint8 lfg::LFGDungeonData::type

Definition at line 301 of file LFGMgr.h.

◆ x

float lfg::LFGDungeonData::x

Definition at line 307 of file LFGMgr.h.

◆ y

float lfg::LFGDungeonData::y

Definition at line 307 of file LFGMgr.h.

◆ z

float lfg::LFGDungeonData::z

Definition at line 307 of file LFGMgr.h.


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