Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
lfg::LfgProposalPlayer Struct Reference

Stores player data related to proposal to join. More...

#include <LFGMgr.h>

Public Member Functions

 LfgProposalPlayer ()

Public Attributes

LfgAnswer accept
 Accept status (-1 not answer | 0 Not agree | 1 agree).
uint64 group
 Original group guid. 0 if no original group.
uint8 role
 Proposed role.

Detailed Description

Stores player data related to proposal to join.

Definition at line 217 of file LFGMgr.h.

Constructor & Destructor Documentation

◆ LfgProposalPlayer()

lfg::LfgProposalPlayer::LfgProposalPlayer ( )
inline

Definition at line 219 of file LFGMgr.h.

References accept, group, lfg::LFG_ANSWER_PENDING, and role.

Member Data Documentation

◆ accept

LfgAnswer lfg::LfgProposalPlayer::accept

Accept status (-1 not answer | 0 Not agree | 1 agree).

Definition at line 221 of file LFGMgr.h.

Referenced by lfg::LFGQueue::CheckCompatibility(), lfg::LFGMgr::DumpQueueInfo(), LfgProposalPlayer(), and lfg::LFGMgr::UpdateProposal().

◆ group

uint64 lfg::LfgProposalPlayer::group

Original group guid. 0 if no original group.

Definition at line 222 of file LFGMgr.h.

Referenced by lfg::LFGQueue::CheckCompatibility(), lfg::LFGMgr::DumpQueueInfo(), LfgProposalPlayer(), and lfg::LFGMgr::UpdateProposal().

◆ role

uint8 lfg::LfgProposalPlayer::role

Proposed role.

Definition at line 220 of file LFGMgr.h.

Referenced by lfg::LFGQueue::CheckCompatibility(), lfg::LFGMgr::DumpQueueInfo(), and LfgProposalPlayer().


The documentation for this struct was generated from the following file:
  • src/server/game/DungeonFinding/LFGMgr.h