TrinityCore
WorldPackets::LFG::LfgBootInfo Struct Reference

#include <LFGPackets.h>

Public Attributes

bool VoteInProgress = false
 
bool VotePassed = false
 
bool MyVoteCompleted = false
 
bool MyVote = false
 
ObjectGuid Target
 
uint32 TotalVotes = 0
 
uint32 BootVotes = 0
 
int32 TimeLeft = 0
 
uint32 VotesNeeded = 0
 
std::string Reason
 

Detailed Description

Definition at line 348 of file LFGPackets.h.

Member Data Documentation

◆ BootVotes

uint32 WorldPackets::LFG::LfgBootInfo::BootVotes = 0

Definition at line 356 of file LFGPackets.h.

◆ MyVote

bool WorldPackets::LFG::LfgBootInfo::MyVote = false

Definition at line 353 of file LFGPackets.h.

◆ MyVoteCompleted

bool WorldPackets::LFG::LfgBootInfo::MyVoteCompleted = false

Definition at line 352 of file LFGPackets.h.

◆ Reason

std::string WorldPackets::LFG::LfgBootInfo::Reason

Definition at line 359 of file LFGPackets.h.

◆ Target

ObjectGuid WorldPackets::LFG::LfgBootInfo::Target

Definition at line 354 of file LFGPackets.h.

◆ TimeLeft

int32 WorldPackets::LFG::LfgBootInfo::TimeLeft = 0

Definition at line 357 of file LFGPackets.h.

◆ TotalVotes

uint32 WorldPackets::LFG::LfgBootInfo::TotalVotes = 0

Definition at line 355 of file LFGPackets.h.

◆ VoteInProgress

bool WorldPackets::LFG::LfgBootInfo::VoteInProgress = false

Definition at line 350 of file LFGPackets.h.

◆ VotePassed

bool WorldPackets::LFG::LfgBootInfo::VotePassed = false

Definition at line 351 of file LFGPackets.h.

◆ VotesNeeded

uint32 WorldPackets::LFG::LfgBootInfo::VotesNeeded = 0

Definition at line 358 of file LFGPackets.h.


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