|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
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. | |
| 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().
| 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().
| uint64 lfg::LfgRoleCheck::leader |
Leader of the group.
Definition at line 253 of file LFGMgr.h.
Referenced by lfg::LFGMgr::DumpQueueInfo(), lfg::LFGMgr::JoinLfg(), WorldSession::SendLfgRoleCheckUpdate(), lfg::LFGMgr::Update(), and lfg::LFGMgr::UpdateRoleCheck().
| uint32 lfg::LfgRoleCheck::rDungeonId |
Random Dungeon Id.
Definition at line 252 of file LFGMgr.h.
Referenced by lfg::LFGMgr::DumpQueueInfo(), lfg::LFGMgr::JoinLfg(), WorldSession::SendLfgRoleCheckUpdate(), and lfg::LFGMgr::UpdateRoleCheck().
| LfgRolesMap lfg::LfgRoleCheck::roles |
Player selected roles.
Definition at line 249 of file LFGMgr.h.
Referenced by lfg::LFGMgr::DumpQueueInfo(), lfg::LFGMgr::JoinLfg(), WorldSession::SendLfgRoleCheckUpdate(), lfg::LFGMgr::Update(), and lfg::LFGMgr::UpdateRoleCheck().
| LfgRoleCheckState lfg::LfgRoleCheck::state |
State of the rolecheck.
Definition at line 250 of file LFGMgr.h.
Referenced by lfg::LFGMgr::DumpQueueInfo(), lfg::LFGMgr::JoinLfg(), WorldSession::SendLfgRoleCheckUpdate(), lfg::LFGMgr::Update(), and lfg::LFGMgr::UpdateRoleCheck().