![]() |
TrinityCore
|
Stores group data related to proposal to join. More...
#include <LFGMgr.h>
Public Member Functions | |
| LfgProposal (uint32 dungeon=0) | |
Public Attributes | |
| uint32 | id |
| uint32 | dungeonId |
| Proposal Id. | |
| LfgProposalState | state |
| Dungeon to join. | |
| ObjectGuid | group |
| State of the proposal. | |
| ObjectGuid | leader |
| Proposal group (0 if new) | |
| time_t | cancelTime |
| Leader guid. | |
| uint32 | encounters |
| Time when we will cancel this proposal. | |
| bool | isNew |
| Dungeon Encounters. | |
| GuidList | queues |
| Determines if it's new group or not. | |
| GuidList | showorder |
| Queue Ids to remove/readd. | |
| LfgProposalPlayerContainer | players |
| Show order in update window. | |
| uint32 lfg::LfgProposal::encounters |
| ObjectGuid lfg::LfgProposal::group |
| ObjectGuid lfg::LfgProposal::leader |
| LfgProposalPlayerContainer lfg::LfgProposal::players |
| GuidList lfg::LfgProposal::queues |
| GuidList lfg::LfgProposal::showorder |
| LfgProposalState lfg::LfgProposal::state |