![]() |
TrinityCore
|
#include <LFGPackets.h>
Inheritance diagram for WorldPackets::LFG::LFGProposalUpdate:Public Member Functions | |
| LFGProposalUpdate () | |
| 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 |
| uint64 | InstanceID = 0 |
| uint32 | ProposalID = 0 |
| uint32 | Slot = 0 |
| int8 | State = 0 |
| uint32 | CompletedMask = 0 |
| uint32 | EncounterMask = 0 |
| uint8 | PromisedShortageRolePriority = 0 |
| bool | ValidCompletedMask = false |
| bool | ProposalSilent = false |
| bool | FailedByMyParty = false |
| std::vector< LFGProposalUpdatePlayer > | Players |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 382 of file LFGPackets.h.
|
inlineexplicit |
Definition at line 385 of file LFGPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 379 of file LFGPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| uint32 WorldPackets::LFG::LFGProposalUpdate::CompletedMask = 0 |
Definition at line 394 of file LFGPackets.h.
| uint32 WorldPackets::LFG::LFGProposalUpdate::EncounterMask = 0 |
Definition at line 395 of file LFGPackets.h.
| bool WorldPackets::LFG::LFGProposalUpdate::FailedByMyParty = false |
Definition at line 399 of file LFGPackets.h.
| uint64 WorldPackets::LFG::LFGProposalUpdate::InstanceID = 0 |
Definition at line 390 of file LFGPackets.h.
| std::vector<LFGProposalUpdatePlayer> WorldPackets::LFG::LFGProposalUpdate::Players |
Definition at line 400 of file LFGPackets.h.
| uint8 WorldPackets::LFG::LFGProposalUpdate::PromisedShortageRolePriority = 0 |
Definition at line 396 of file LFGPackets.h.
| uint32 WorldPackets::LFG::LFGProposalUpdate::ProposalID = 0 |
Definition at line 391 of file LFGPackets.h.
| bool WorldPackets::LFG::LFGProposalUpdate::ProposalSilent = false |
Definition at line 398 of file LFGPackets.h.
| uint32 WorldPackets::LFG::LFGProposalUpdate::Slot = 0 |
Definition at line 392 of file LFGPackets.h.
| int8 WorldPackets::LFG::LFGProposalUpdate::State = 0 |
Definition at line 393 of file LFGPackets.h.
| RideTicket WorldPackets::LFG::LFGProposalUpdate::Ticket |
Definition at line 389 of file LFGPackets.h.
| bool WorldPackets::LFG::LFGProposalUpdate::ValidCompletedMask = false |
Definition at line 397 of file LFGPackets.h.