TrinityCore
lfg::LfgUpdateData Struct Reference

#include <LFGMgr.h>

Public Member Functions

 LfgUpdateData (LfgUpdateType _type=LFG_UPDATETYPE_DEFAULT)
 
 LfgUpdateData (LfgUpdateType _type, LfgDungeonSet const &_dungeons)
 
 LfgUpdateData (LfgUpdateType _type, LfgState _state, LfgDungeonSet const &_dungeons)
 

Public Attributes

LfgUpdateType updateType
 
LfgState state
 
LfgDungeonSet dungeons
 
std::string comment
 

Detailed Description

Definition at line 187 of file LFGMgr.h.

Constructor & Destructor Documentation

◆ LfgUpdateData() [1/3]

lfg::LfgUpdateData::LfgUpdateData ( LfgUpdateType  _type = LFG_UPDATETYPE_DEFAULT)
inline

Definition at line 189 of file LFGMgr.h.

◆ LfgUpdateData() [2/3]

lfg::LfgUpdateData::LfgUpdateData ( LfgUpdateType  _type,
LfgDungeonSet const &  _dungeons 
)
inline

Definition at line 190 of file LFGMgr.h.

◆ LfgUpdateData() [3/3]

lfg::LfgUpdateData::LfgUpdateData ( LfgUpdateType  _type,
LfgState  _state,
LfgDungeonSet const &  _dungeons 
)
inline

Definition at line 192 of file LFGMgr.h.

Member Data Documentation

◆ comment

std::string lfg::LfgUpdateData::comment

Definition at line 198 of file LFGMgr.h.

◆ dungeons

LfgDungeonSet lfg::LfgUpdateData::dungeons

Definition at line 197 of file LFGMgr.h.

◆ state

LfgState lfg::LfgUpdateData::state

Definition at line 196 of file LFGMgr.h.

◆ updateType

LfgUpdateType lfg::LfgUpdateData::updateType

Definition at line 195 of file LFGMgr.h.


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