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

Stores all rolecheck info of a group that wants to join. More...

#include <LFGMgr.h>

Public Attributes

time_t cancelTime
 Time when the rolecheck will fail.
LfgDungeonSet dungeons
 Dungeons group is applying for (expanded random dungeons).
uint64 leader
 Leader of the group.
uint32 rDungeonId
 Random Dungeon Id.
LfgRolesMap roles
 Player selected roles.
LfgRoleCheckState state
 State of the rolecheck.

Detailed Description

Stores all rolecheck info of a group that wants to join.

Definition at line 246 of file LFGMgr.h.

Member Data Documentation

◆ cancelTime

time_t lfg::LfgRoleCheck::cancelTime

Time when the rolecheck will fail.

Definition at line 248 of file LFGMgr.h.

Referenced by lfg::LFGMgr::DumpQueueInfo(), lfg::LFGMgr::JoinLfg(), and lfg::LFGMgr::Update().

◆ dungeons

LfgDungeonSet lfg::LfgRoleCheck::dungeons

Dungeons group is applying for (expanded random dungeons).

Definition at line 251 of file LFGMgr.h.

Referenced by lfg::LFGMgr::DumpQueueInfo(), lfg::LFGMgr::JoinLfg(), WorldSession::SendLfgRoleCheckUpdate(), and lfg::LFGMgr::UpdateRoleCheck().

◆ leader

uint64 lfg::LfgRoleCheck::leader

◆ rDungeonId

uint32 lfg::LfgRoleCheck::rDungeonId

◆ roles

◆ state


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