TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
lfg::LfgPlayerBoot Struct Reference

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...
 

Detailed Description

Stores information of a current vote to kick someone from a group.

Member Data Documentation

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)


The documentation for this struct was generated from the following file: