TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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. More...
 
LfgRolesMap roles
 Player selected roles. More...
 
LfgRoleCheckState state
 State of the rolecheck. More...
 
LfgDungeonSet dungeons
 Dungeons group is applying for (expanded random dungeons) More...
 
uint32 rDungeonId
 Random Dungeon Id. More...
 
ObjectGuid leader
 Leader of the group. More...
 

Detailed Description

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

Member Data Documentation

time_t lfg::LfgRoleCheck::cancelTime

Time when the rolecheck will fail.

LfgDungeonSet lfg::LfgRoleCheck::dungeons

Dungeons group is applying for (expanded random dungeons)

ObjectGuid lfg::LfgRoleCheck::leader

Leader of the group.

uint32 lfg::LfgRoleCheck::rDungeonId

Random Dungeon Id.

LfgRolesMap lfg::LfgRoleCheck::roles

Player selected roles.

LfgRoleCheckState lfg::LfgRoleCheck::state

State of the rolecheck.


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