TrinityCore
lfg::LfgProposal Struct Reference

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. More...
 
LfgProposalState state
 Dungeon to join. More...
 
ObjectGuid group
 State of the proposal. More...
 
ObjectGuid leader
 Proposal group (0 if new) More...
 
time_t cancelTime
 Leader guid. More...
 
uint32 encounters
 Time when we will cancel this proposal. More...
 
bool isNew
 Dungeon Encounters. More...
 
GuidList queues
 Determines if it's new group or not. More...
 
GuidList showorder
 Queue Ids to remove/readd. More...
 
LfgProposalPlayerContainer players
 Show order in update window. More...
 

Detailed Description

Stores group data related to proposal to join.

Definition at line 253 of file LFGMgr.h.

Constructor & Destructor Documentation

◆ LfgProposal()

lfg::LfgProposal::LfgProposal ( uint32  dungeon = 0)
inline

Definition at line 255 of file LFGMgr.h.

Member Data Documentation

◆ cancelTime

time_t lfg::LfgProposal::cancelTime

Leader guid.

Definition at line 264 of file LFGMgr.h.

◆ dungeonId

uint32 lfg::LfgProposal::dungeonId

Proposal Id.

Definition at line 260 of file LFGMgr.h.

◆ encounters

uint32 lfg::LfgProposal::encounters

Time when we will cancel this proposal.

Definition at line 265 of file LFGMgr.h.

◆ group

ObjectGuid lfg::LfgProposal::group

State of the proposal.

Definition at line 262 of file LFGMgr.h.

◆ id

uint32 lfg::LfgProposal::id

Definition at line 259 of file LFGMgr.h.

◆ isNew

bool lfg::LfgProposal::isNew

Dungeon Encounters.

Definition at line 266 of file LFGMgr.h.

◆ leader

ObjectGuid lfg::LfgProposal::leader

Proposal group (0 if new)

Definition at line 263 of file LFGMgr.h.

◆ players

LfgProposalPlayerContainer lfg::LfgProposal::players

Show order in update window.

Definition at line 269 of file LFGMgr.h.

◆ queues

GuidList lfg::LfgProposal::queues

Determines if it's new group or not.

Definition at line 267 of file LFGMgr.h.

◆ showorder

GuidList lfg::LfgProposal::showorder

Queue Ids to remove/readd.

Definition at line 268 of file LFGMgr.h.

◆ state

LfgProposalState lfg::LfgProposal::state

Dungeon to join.

Definition at line 261 of file LFGMgr.h.


The documentation for this struct was generated from the following file: