AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
lfg::LfgPlayerBoot Struct Reference

#include "LFGMgr.h"

Public Attributes

time_t cancelTime
 Time left to vote.
 
bool inProgress
 Vote in progress.
 
LfgAnswerContainer votes
 Player votes (-1 not answer | 0 Not agree | 1 agree)
 
ObjectGuid victim
 Player guid to be kicked (can't vote)
 
std::string reason
 kick reason
 

Detailed Description

Member Data Documentation

◆ cancelTime

time_t lfg::LfgPlayerBoot::cancelTime

◆ inProgress

bool lfg::LfgPlayerBoot::inProgress

◆ reason

std::string lfg::LfgPlayerBoot::reason

◆ victim

ObjectGuid lfg::LfgPlayerBoot::victim

◆ votes

LfgAnswerContainer lfg::LfgPlayerBoot::votes