TrinityCore
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
 
bool inProgress
 Time left to vote. More...
 
LfgAnswerContainer votes
 Vote in progress. More...
 
ObjectGuid victim
 Player votes (-1 not answer | 0 Not agree | 1 agree) More...
 
std::string reason
 Player guid to be kicked (can't vote) More...
 

Detailed Description

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

Definition at line 284 of file LFGMgr.h.

Member Data Documentation

◆ cancelTime

time_t lfg::LfgPlayerBoot::cancelTime

Definition at line 286 of file LFGMgr.h.

◆ inProgress

bool lfg::LfgPlayerBoot::inProgress

Time left to vote.

Definition at line 287 of file LFGMgr.h.

◆ reason

std::string lfg::LfgPlayerBoot::reason

Player guid to be kicked (can't vote)

Definition at line 290 of file LFGMgr.h.

◆ victim

ObjectGuid lfg::LfgPlayerBoot::victim

Player votes (-1 not answer | 0 Not agree | 1 agree)

Definition at line 289 of file LFGMgr.h.

◆ votes

LfgAnswerContainer lfg::LfgPlayerBoot::votes

Vote in progress.

Definition at line 288 of file LFGMgr.h.


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