Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
lfg::LfgUpdateData Struct Reference

#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

Detailed Description

Definition at line 159 of file LFGMgr.h.

Constructor & Destructor Documentation

◆ LfgUpdateData() [1/3]

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

Definition at line 161 of file LFGMgr.h.

References comment, lfg::LFG_STATE_NONE, lfg::LFG_UPDATETYPE_DEFAULT, state, and updateType.

◆ LfgUpdateData() [2/3]

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

Definition at line 162 of file LFGMgr.h.

References comment, dungeons, lfg::LFG_STATE_NONE, state, and updateType.

◆ LfgUpdateData() [3/3]

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

Definition at line 164 of file LFGMgr.h.

References comment, dungeons, state, and updateType.

Member Data Documentation

◆ comment

std::string lfg::LfgUpdateData::comment

◆ dungeons

LfgDungeonSet lfg::LfgUpdateData::dungeons

◆ state

◆ updateType


The documentation for this struct was generated from the following file:
  • src/server/game/DungeonFinding/LFGMgr.h