Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
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.
bool inProgress
 Vote in progress.
std::string reason
 kick reason
uint64 victim
 Player guid to be kicked (can't vote).
LfgAnswerContainer votes
 Player votes (-1 not answer | 0 Not agree | 1 agree).

Detailed Description

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

Definition at line 257 of file LFGMgr.h.

Member Data Documentation

◆ cancelTime

time_t lfg::LfgPlayerBoot::cancelTime

Time left to vote.

Definition at line 259 of file LFGMgr.h.

Referenced by lfg::LFGMgr::InitBoot(), WorldSession::SendLfgBootProposalUpdate(), and lfg::LFGMgr::Update().

◆ inProgress

bool lfg::LfgPlayerBoot::inProgress

◆ reason

std::string lfg::LfgPlayerBoot::reason

kick reason

Definition at line 263 of file LFGMgr.h.

Referenced by lfg::LFGMgr::InitBoot(), and WorldSession::SendLfgBootProposalUpdate().

◆ victim

uint64 lfg::LfgPlayerBoot::victim

Player guid to be kicked (can't vote).

Definition at line 262 of file LFGMgr.h.

Referenced by lfg::LFGMgr::InitBoot(), WorldSession::SendLfgBootProposalUpdate(), lfg::LFGMgr::Update(), and lfg::LFGMgr::UpdateBoot().

◆ votes

LfgAnswerContainer lfg::LfgPlayerBoot::votes

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

Definition at line 261 of file LFGMgr.h.

Referenced by lfg::LFGMgr::InitBoot(), WorldSession::SendLfgBootProposalUpdate(), lfg::LFGMgr::Update(), and lfg::LFGMgr::UpdateBoot().


The documentation for this struct was generated from the following file:
  • src/server/game/DungeonFinding/LFGMgr.h