TrinityCore
|
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... | |
Stores all rolecheck info of a group that wants to join.
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.