AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "LFGMgr.h"
Public Member Functions | |
LfgProposal (uint32 dungeon=0) | |
Public Attributes | |
uint32 | id {0} |
Proposal Id. More... | |
uint32 | dungeonId |
Dungeon to join. More... | |
LfgProposalState | state {LFG_PROPOSAL_INITIATING} |
State of the proposal. More... | |
ObjectGuid | group |
Proposal group (0 if new) More... | |
ObjectGuid | leader |
Leader guid. More... | |
time_t | cancelTime {0} |
Time when we will cancel this proposal. More... | |
uint32 | encounters {0} |
Dungeon Encounters. More... | |
bool | isNew {true} |
Determines if it's new group or not. More... | |
Lfg5Guids | queues |
Queue Ids to remove/readd. More... | |
LfgGuidList | showorder |
Show order in update window. More... | |
LfgProposalPlayerContainer | players |
Players data. More... | |
time_t lfg::LfgProposal::cancelTime {0} |
Time when we will cancel this proposal.
Referenced by lfg::LFGQueue::CheckCompatibility().
uint32 lfg::LfgProposal::dungeonId |
Dungeon to join.
Referenced by lfg::LFGQueue::CheckCompatibility(), lfg::LFGMgr::MakeNewGroup(), and WorldSession::SendLfgUpdateProposal().
uint32 lfg::LfgProposal::encounters {0} |
Dungeon Encounters.
Referenced by lfg::LFGQueue::CheckCompatibility(), and WorldSession::SendLfgUpdateProposal().
ObjectGuid lfg::LfgProposal::group |
Proposal group (0 if new)
Referenced by lfg::LFGQueue::CheckCompatibility(), lfg::LFGMgr::MakeNewGroup(), and WorldSession::SendLfgUpdateProposal().
uint32 lfg::LfgProposal::id {0} |
Proposal Id.
Referenced by lfg::LFGMgr::AddProposal(), and WorldSession::SendLfgUpdateProposal().
bool lfg::LfgProposal::isNew {true} |
Determines if it's new group or not.
Referenced by lfg::LFGQueue::CheckCompatibility(), lfg::LFGMgr::MakeNewGroup(), and WorldSession::SendLfgUpdateProposal().
ObjectGuid lfg::LfgProposal::leader |
Leader guid.
Referenced by lfg::LFGQueue::CheckCompatibility(), and lfg::LFGMgr::MakeNewGroup().
LfgProposalPlayerContainer lfg::LfgProposal::players |
Lfg5Guids lfg::LfgProposal::queues |
Queue Ids to remove/readd.
Referenced by lfg::LFGQueue::CheckCompatibility(), lfg::LFGMgr::RemoveProposal(), and lfg::LFGMgr::UpdateProposal().
LfgGuidList lfg::LfgProposal::showorder |
Show order in update window.
LfgProposalState lfg::LfgProposal::state {LFG_PROPOSAL_INITIATING} |
State of the proposal.
Referenced by lfg::LFGQueue::CheckCompatibility(), lfg::LFGMgr::RemoveProposal(), WorldSession::SendLfgUpdateProposal(), lfg::LFGMgr::Update(), and lfg::LFGMgr::UpdateProposal().