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