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

#include <LFGMgr.h>

Public Member Functions

 LfgUpdateData (LfgUpdateType _type=LFG_UPDATETYPE_DEFAULT)
 
 LfgUpdateData (LfgUpdateType _type, LfgDungeonSet const &_dungeons, std::string const &_comment)
 
 LfgUpdateData (LfgUpdateType _type, LfgState _state, LfgDungeonSet const &_dungeons, std::string const &_comment="")
 

Public Attributes

LfgUpdateType updateType
 
LfgState state
 
LfgDungeonSet dungeons
 
std::string comment
 

Detailed Description

Definition at line 177 of file LFGMgr.h.

Constructor & Destructor Documentation

◆ LfgUpdateData() [1/3]

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

Definition at line 179 of file LFGMgr.h.

◆ LfgUpdateData() [2/3]

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

Definition at line 180 of file LFGMgr.h.

◆ LfgUpdateData() [3/3]

lfg::LfgUpdateData::LfgUpdateData ( LfgUpdateType  _type,
LfgState  _state,
LfgDungeonSet const &  _dungeons,
std::string const &  _comment = "" 
)
inline

Definition at line 182 of file LFGMgr.h.

Member Data Documentation

◆ comment

std::string lfg::LfgUpdateData::comment

Definition at line 188 of file LFGMgr.h.

◆ dungeons

LfgDungeonSet lfg::LfgUpdateData::dungeons

Definition at line 187 of file LFGMgr.h.

◆ state

LfgState lfg::LfgUpdateData::state

Definition at line 186 of file LFGMgr.h.

◆ updateType

LfgUpdateType lfg::LfgUpdateData::updateType

Definition at line 185 of file LFGMgr.h.


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