TrinityCore
Loading...
Searching...
No Matches
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.
 
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.
 

Detailed Description

Stores group data related to proposal to join.

Definition at line 242 of file LFGMgr.h.

Constructor & Destructor Documentation

◆ LfgProposal()

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

Definition at line 244 of file LFGMgr.h.

Member Data Documentation

◆ cancelTime

time_t lfg::LfgProposal::cancelTime

Leader guid.

Definition at line 253 of file LFGMgr.h.

◆ dungeonId

uint32 lfg::LfgProposal::dungeonId

Proposal Id.

Definition at line 249 of file LFGMgr.h.

◆ encounters

uint32 lfg::LfgProposal::encounters

Time when we will cancel this proposal.

Definition at line 254 of file LFGMgr.h.

◆ group

ObjectGuid lfg::LfgProposal::group

State of the proposal.

Definition at line 251 of file LFGMgr.h.

◆ id

uint32 lfg::LfgProposal::id

Definition at line 248 of file LFGMgr.h.

◆ isNew

bool lfg::LfgProposal::isNew

Dungeon Encounters.

Definition at line 255 of file LFGMgr.h.

◆ leader

ObjectGuid lfg::LfgProposal::leader

Proposal group (0 if new)

Definition at line 252 of file LFGMgr.h.

◆ players

LfgProposalPlayerContainer lfg::LfgProposal::players

Show order in update window.

Definition at line 258 of file LFGMgr.h.

◆ queues

GuidList lfg::LfgProposal::queues

Determines if it's new group or not.

Definition at line 256 of file LFGMgr.h.

◆ showorder

GuidList lfg::LfgProposal::showorder

Queue Ids to remove/readd.

Definition at line 257 of file LFGMgr.h.

◆ state

LfgProposalState lfg::LfgProposal::state

Dungeon to join.

Definition at line 250 of file LFGMgr.h.


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