|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
Stores information of a current vote to kick someone from a group. More...
#include <LFGMgr.h>
Public Attributes | |
| time_t | cancelTime |
| Time left to vote. | |
| bool | inProgress |
| Vote in progress. | |
| std::string | reason |
| kick reason | |
| uint64 | victim |
| Player guid to be kicked (can't vote). | |
| LfgAnswerContainer | votes |
| Player votes (-1 not answer | 0 Not agree | 1 agree). | |
Stores information of a current vote to kick someone from a group.
| time_t lfg::LfgPlayerBoot::cancelTime |
Time left to vote.
Definition at line 259 of file LFGMgr.h.
Referenced by lfg::LFGMgr::InitBoot(), WorldSession::SendLfgBootProposalUpdate(), and lfg::LFGMgr::Update().
| bool lfg::LfgPlayerBoot::inProgress |
Vote in progress.
Definition at line 260 of file LFGMgr.h.
Referenced by lfg::LFGMgr::InitBoot(), WorldSession::SendLfgBootProposalUpdate(), lfg::LFGMgr::Update(), and lfg::LFGMgr::UpdateBoot().
| std::string lfg::LfgPlayerBoot::reason |
kick reason
Definition at line 263 of file LFGMgr.h.
Referenced by lfg::LFGMgr::InitBoot(), and WorldSession::SendLfgBootProposalUpdate().
| uint64 lfg::LfgPlayerBoot::victim |
Player guid to be kicked (can't vote).
Definition at line 262 of file LFGMgr.h.
Referenced by lfg::LFGMgr::InitBoot(), WorldSession::SendLfgBootProposalUpdate(), lfg::LFGMgr::Update(), and lfg::LFGMgr::UpdateBoot().
| LfgAnswerContainer lfg::LfgPlayerBoot::votes |
Player votes (-1 not answer | 0 Not agree | 1 agree).
Definition at line 261 of file LFGMgr.h.
Referenced by lfg::LFGMgr::InitBoot(), WorldSession::SendLfgBootProposalUpdate(), lfg::LFGMgr::Update(), and lfg::LFGMgr::UpdateBoot().