![]() |
TrinityCore
|
#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 |
Definition at line 348 of file LFGPackets.h.
| uint32 WorldPackets::LFG::LfgBootInfo::BootVotes = 0 |
Definition at line 356 of file LFGPackets.h.
| bool WorldPackets::LFG::LfgBootInfo::MyVote = false |
Definition at line 353 of file LFGPackets.h.
| bool WorldPackets::LFG::LfgBootInfo::MyVoteCompleted = false |
Definition at line 352 of file LFGPackets.h.
| std::string WorldPackets::LFG::LfgBootInfo::Reason |
Definition at line 359 of file LFGPackets.h.
| ObjectGuid WorldPackets::LFG::LfgBootInfo::Target |
Definition at line 354 of file LFGPackets.h.
| int32 WorldPackets::LFG::LfgBootInfo::TimeLeft = 0 |
Definition at line 357 of file LFGPackets.h.
| uint32 WorldPackets::LFG::LfgBootInfo::TotalVotes = 0 |
Definition at line 355 of file LFGPackets.h.
| bool WorldPackets::LFG::LfgBootInfo::VoteInProgress = false |
Definition at line 350 of file LFGPackets.h.
| bool WorldPackets::LFG::LfgBootInfo::VotePassed = false |
Definition at line 351 of file LFGPackets.h.
| uint32 WorldPackets::LFG::LfgBootInfo::VotesNeeded = 0 |
Definition at line 358 of file LFGPackets.h.