AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "LFGMgr.h"
Public Attributes | |
time_t | cancelTime |
Time left to vote. More... | |
bool | inProgress |
Vote in progress. More... | |
LfgAnswerContainer | votes |
Player votes (-1 not answer | 0 Not agree | 1 agree) More... | |
ObjectGuid | victim |
Player guid to be kicked (can't vote) More... | |
std::string | reason |
kick reason More... | |
time_t lfg::LfgPlayerBoot::cancelTime |
Time left to vote.
Referenced by lfg::LFGMgr::InitBoot(), WorldSession::SendLfgBootProposalUpdate(), and lfg::LFGMgr::Update().
bool lfg::LfgPlayerBoot::inProgress |
Vote in progress.
Referenced by lfg::LFGMgr::InitBoot(), WorldSession::SendLfgBootProposalUpdate(), lfg::LFGMgr::Update(), and lfg::LFGMgr::UpdateBoot().
std::string lfg::LfgPlayerBoot::reason |
kick reason
Referenced by lfg::LFGMgr::InitBoot(), and WorldSession::SendLfgBootProposalUpdate().
ObjectGuid lfg::LfgPlayerBoot::victim |
Player guid to be kicked (can't vote)
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)
Referenced by lfg::LFGMgr::InitBoot(), WorldSession::SendLfgBootProposalUpdate(), lfg::LFGMgr::Update(), and lfg::LFGMgr::UpdateBoot().