![]() |
TrinityCore
|
Stores information of a current vote to kick someone from a group. More...
#include <LFGMgr.h>
Public Attributes | |
| time_t | cancelTime |
| bool | inProgress |
| Time left to vote. | |
| LfgAnswerContainer | votes |
| Vote in progress. | |
| ObjectGuid | victim |
| Player votes (-1 not answer | 0 Not agree | 1 agree) | |
| std::string | reason |
| Player guid to be kicked (can't vote) | |
Stores information of a current vote to kick someone from a group.
| std::string lfg::LfgPlayerBoot::reason |
| ObjectGuid lfg::LfgPlayerBoot::victim |
| LfgAnswerContainer lfg::LfgPlayerBoot::votes |