![]() |
AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "LFGMgr.h"
Public Member Functions | |
| LfgProposal (uint32 dungeon=0) | |
Public Attributes | |
| uint32 | id {0} |
| Proposal Id. | |
| uint32 | dungeonId |
| Dungeon to join. | |
| LfgProposalState | state {LFG_PROPOSAL_INITIATING} |
| State of the proposal. | |
| ObjectGuid | group |
| Proposal group (0 if new) | |
| ObjectGuid | leader |
| Leader guid. | |
| time_t | cancelTime {0} |
| Time when we will cancel this proposal. | |
| uint32 | encounters {0} |
| Dungeon Encounters. | |
| bool | isNew {true} |
| Determines if it's new group or not. | |
| Lfg5Guids | queues |
| Queue Ids to remove/readd. | |
| LfgGuidList | showorder |
| Show order in update window. | |
| LfgProposalPlayerContainer | players |
| Players data. | |
| time_t lfg::LfgProposal::cancelTime {0} |
| 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().