|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
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. | |
|
inline |
| 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().
| 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().
| uint8 lfg::LfgProposalPlayer::role |
Proposed role.
Definition at line 220 of file LFGMgr.h.
Referenced by lfg::LFGQueue::CheckCompatibility(), lfg::LFGMgr::DumpQueueInfo(), and LfgProposalPlayer().