TrinityCore
lfg::LfgRoleCheck Struct Reference

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

#include <LFGMgr.h>

Public Attributes

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

Detailed Description

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

Definition at line 273 of file LFGMgr.h.

Member Data Documentation

◆ cancelTime

time_t lfg::LfgRoleCheck::cancelTime

Definition at line 275 of file LFGMgr.h.

◆ dungeons

LfgDungeonSet lfg::LfgRoleCheck::dungeons

State of the rolecheck.

Definition at line 278 of file LFGMgr.h.

◆ leader

ObjectGuid lfg::LfgRoleCheck::leader

Random Dungeon Id.

Definition at line 280 of file LFGMgr.h.

◆ rDungeonId

uint32 lfg::LfgRoleCheck::rDungeonId

Dungeons group is applying for (expanded random dungeons)

Definition at line 279 of file LFGMgr.h.

◆ roles

LfgRolesMap lfg::LfgRoleCheck::roles

Time when the rolecheck will fail.

Definition at line 276 of file LFGMgr.h.

◆ state

LfgRoleCheckState lfg::LfgRoleCheck::state

Player selected roles.

Definition at line 277 of file LFGMgr.h.


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