|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <LFGMgr.h>
Public Member Functions | |
| LfgUpdateData (LfgUpdateType _type, LfgDungeonSet const &_dungeons, std::string const &_comment) | |
| LfgUpdateData (LfgUpdateType _type, LfgState _state, LfgDungeonSet const &_dungeons, std::string const &_comment="") | |
| LfgUpdateData (LfgUpdateType _type=LFG_UPDATETYPE_DEFAULT) | |
Public Attributes | |
| std::string | comment |
| LfgDungeonSet | dungeons |
| LfgState | state |
| LfgUpdateType | updateType |
|
inline |
Definition at line 161 of file LFGMgr.h.
References comment, lfg::LFG_STATE_NONE, lfg::LFG_UPDATETYPE_DEFAULT, state, and updateType.
|
inline |
Definition at line 162 of file LFGMgr.h.
References comment, dungeons, lfg::LFG_STATE_NONE, state, and updateType.
|
inline |
| std::string lfg::LfgUpdateData::comment |
Definition at line 170 of file LFGMgr.h.
Referenced by LfgUpdateData(), LfgUpdateData(), LfgUpdateData(), and WorldSession::SendLfgUpdateStatus().
| LfgDungeonSet lfg::LfgUpdateData::dungeons |
Definition at line 169 of file LFGMgr.h.
Referenced by WorldSession::HandleLfgGetStatus(), LfgUpdateData(), LfgUpdateData(), and WorldSession::SendLfgUpdateStatus().
| LfgState lfg::LfgUpdateData::state |
Definition at line 168 of file LFGMgr.h.
Referenced by WorldSession::HandleLfgGetStatus(), LfgUpdateData(), LfgUpdateData(), LfgUpdateData(), lfg::LFGPlayerScript::OnLogin(), and WorldSession::SendLfgUpdateStatus().
| LfgUpdateType lfg::LfgUpdateData::updateType |
Definition at line 167 of file LFGMgr.h.
Referenced by WorldSession::HandleLfgGetStatus(), LfgUpdateData(), LfgUpdateData(), LfgUpdateData(), lfg::LFGMgr::RemoveProposal(), and WorldSession::SendLfgUpdateStatus().