TrinityCore
|
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. 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... | |
Stores information of a current vote to kick someone from a group.
time_t lfg::LfgPlayerBoot::cancelTime |
Time left to vote.
bool lfg::LfgPlayerBoot::inProgress |
Vote in progress.
std::string lfg::LfgPlayerBoot::reason |
kick reason
ObjectGuid lfg::LfgPlayerBoot::victim |
Player guid to be kicked (can't vote)
LfgAnswerContainer lfg::LfgPlayerBoot::votes |
Player votes (-1 not answer | 0 Not agree | 1 agree)