TrinityCore
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
 
LfgRolesMap roles
 Time when the rolecheck will fail.
 
LfgRoleCheckState state
 Player selected roles.
 
LfgDungeonSet dungeons
 State of the rolecheck.
 
uint32 rDungeonId
 Dungeons group is applying for (expanded random dungeons)
 
ObjectGuid leader
 Random Dungeon Id.
 

Detailed Description

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

Definition at line 262 of file LFGMgr.h.

Member Data Documentation

◆ cancelTime

time_t lfg::LfgRoleCheck::cancelTime

Definition at line 264 of file LFGMgr.h.

◆ dungeons

LfgDungeonSet lfg::LfgRoleCheck::dungeons

State of the rolecheck.

Definition at line 267 of file LFGMgr.h.

◆ leader

ObjectGuid lfg::LfgRoleCheck::leader

Random Dungeon Id.

Definition at line 269 of file LFGMgr.h.

◆ rDungeonId

uint32 lfg::LfgRoleCheck::rDungeonId

Dungeons group is applying for (expanded random dungeons)

Definition at line 268 of file LFGMgr.h.

◆ roles

LfgRolesMap lfg::LfgRoleCheck::roles

Time when the rolecheck will fail.

Definition at line 265 of file LFGMgr.h.

◆ state

LfgRoleCheckState lfg::LfgRoleCheck::state

Player selected roles.

Definition at line 266 of file LFGMgr.h.


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