TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
lfg::LfgProposalPlayer Struct Reference

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

#include <LFGMgr.h>

Public Member Functions

 LfgProposalPlayer ()
 

Public Attributes

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

Detailed Description

Stores player data related to proposal to join.

Constructor & Destructor Documentation

lfg::LfgProposalPlayer::LfgProposalPlayer ( )
inline
221 : role(0), accept(LFG_ANSWER_PENDING), group() { }
Definition: LFG.h:97
LfgAnswer accept
Accept status (-1 not answer | 0 Not agree | 1 agree)
Definition: LFGMgr.h:223
uint8 role
Proposed role.
Definition: LFGMgr.h:222
ObjectGuid group
Original group guid. 0 if no original group.
Definition: LFGMgr.h:224

Member Data Documentation

LfgAnswer lfg::LfgProposalPlayer::accept

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

ObjectGuid lfg::LfgProposalPlayer::group

Original group guid. 0 if no original group.

uint8 lfg::LfgProposalPlayer::role

Proposed role.


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