AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "LFGMgr.h"
Public Member Functions | |
LfgUpdateData (LfgUpdateType _type=LFG_UPDATETYPE_DEFAULT) | |
LfgUpdateData (LfgUpdateType _type, LfgDungeonSet _dungeons, std::string _comment) | |
LfgUpdateData (LfgUpdateType _type, LfgState _state, LfgDungeonSet _dungeons, std::string _comment="") | |
Public Attributes | |
LfgUpdateType | updateType |
LfgState | state {LFG_STATE_NONE} |
LfgDungeonSet | dungeons |
std::string | comment |
|
inline |
|
inline |
|
inline |
std::string lfg::LfgUpdateData::comment |
Referenced by WorldSession::SendLfgUpdateParty(), and WorldSession::SendLfgUpdatePlayer().
LfgDungeonSet lfg::LfgUpdateData::dungeons |
LfgState lfg::LfgUpdateData::state {LFG_STATE_NONE} |
Referenced by WorldSession::SendLfgUpdateParty(), and WorldSession::SendLfgUpdatePlayer().
LfgUpdateType lfg::LfgUpdateData::updateType |