![]() |
TrinityCore
|
#include <LFGPackets.h>
Inheritance diagram for WorldPackets::LFG::LFGUpdateStatus:Public Member Functions | |
| LFGUpdateStatus () | |
| WorldPacket const * | Write () override |
Public Member Functions inherited from WorldPackets::ServerPacket | |
| ServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT) | |
| void | Read () final |
| void | Clear () |
| WorldPacket && | Move () |
| void | ShrinkToFit () |
| OpcodeServer | GetOpcode () const |
Public Member Functions inherited from WorldPackets::Packet | |
| Packet (WorldPacket &&worldPacket) | |
| virtual | ~Packet ()=default |
| Packet (Packet const &right)=delete | |
| Packet & | operator= (Packet const &right)=delete |
| WorldPacket const * | GetRawPacket () const |
| size_t | GetSize () const |
| ConnectionType | GetConnection () const |
Public Attributes | |
| RideTicket | Ticket |
| uint8 | SubType = 0 |
| uint32 | Reason = 0 |
| std::vector< uint32 > | Slots |
| uint8 | RequestedRoles = 0 |
| std::vector< ObjectGuid > | SuspendedPlayers |
| uint32 | QueueMapID = 0 |
| bool | NotifyUI = false |
| bool | IsParty = false |
| bool | Joined = false |
| bool | LfgJoined = false |
| bool | Queued = false |
| bool | Brawl = false |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 218 of file LFGPackets.h.
|
inlineexplicit |
Definition at line 221 of file LFGPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 203 of file LFGPackets.cpp.
Here is the call graph for this function:| bool WorldPackets::LFG::LFGUpdateStatus::Brawl = false |
Definition at line 237 of file LFGPackets.h.
| bool WorldPackets::LFG::LFGUpdateStatus::IsParty = false |
Definition at line 233 of file LFGPackets.h.
| bool WorldPackets::LFG::LFGUpdateStatus::Joined = false |
Definition at line 234 of file LFGPackets.h.
| bool WorldPackets::LFG::LFGUpdateStatus::LfgJoined = false |
Definition at line 235 of file LFGPackets.h.
| bool WorldPackets::LFG::LFGUpdateStatus::NotifyUI = false |
Definition at line 232 of file LFGPackets.h.
| bool WorldPackets::LFG::LFGUpdateStatus::Queued = false |
Definition at line 236 of file LFGPackets.h.
| uint32 WorldPackets::LFG::LFGUpdateStatus::QueueMapID = 0 |
Definition at line 231 of file LFGPackets.h.
| uint32 WorldPackets::LFG::LFGUpdateStatus::Reason = 0 |
Definition at line 227 of file LFGPackets.h.
| uint8 WorldPackets::LFG::LFGUpdateStatus::RequestedRoles = 0 |
Definition at line 229 of file LFGPackets.h.
| std::vector<uint32> WorldPackets::LFG::LFGUpdateStatus::Slots |
Definition at line 228 of file LFGPackets.h.
| uint8 WorldPackets::LFG::LFGUpdateStatus::SubType = 0 |
Definition at line 226 of file LFGPackets.h.
| std::vector<ObjectGuid> WorldPackets::LFG::LFGUpdateStatus::SuspendedPlayers |
Definition at line 230 of file LFGPackets.h.
| RideTicket WorldPackets::LFG::LFGUpdateStatus::Ticket |
Definition at line 225 of file LFGPackets.h.