TrinityCore
lfg::LfgProposalPlayer Struct Reference

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

#include <LFGMgr.h>

Public Member Functions

 LfgProposalPlayer ()
 

Public Attributes

uint8 role
 
LfgAnswer accept
 Proposed role. More...
 
ObjectGuid group
 Accept status (-1 not answer | 0 Not agree | 1 agree) More...
 

Detailed Description

Stores player data related to proposal to join.

Definition at line 244 of file LFGMgr.h.

Constructor & Destructor Documentation

◆ LfgProposalPlayer()

lfg::LfgProposalPlayer::LfgProposalPlayer ( )
inline

Definition at line 246 of file LFGMgr.h.

Member Data Documentation

◆ accept

LfgAnswer lfg::LfgProposalPlayer::accept

Proposed role.

Definition at line 248 of file LFGMgr.h.

◆ group

ObjectGuid lfg::LfgProposalPlayer::group

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

Definition at line 249 of file LFGMgr.h.

◆ role

uint8 lfg::LfgProposalPlayer::role

Definition at line 247 of file LFGMgr.h.


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