![]() |
TrinityCore
|
#include <BattlenetPackets.h>
Inheritance diagram for WorldPackets::Battlenet::ChangeRealmTicketResponse:Public Member Functions | |
| ChangeRealmTicketResponse () | |
| 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 | |
| uint32 | Token = 0 |
| bool | Allow = false |
| ByteBuffer | Ticket |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 74 of file BattlenetPackets.h.
|
inlineexplicit |
Definition at line 77 of file BattlenetPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 68 of file BattlenetPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool WorldPackets::Battlenet::ChangeRealmTicketResponse::Allow = false |
Definition at line 82 of file BattlenetPackets.h.
| ByteBuffer WorldPackets::Battlenet::ChangeRealmTicketResponse::Ticket |
Definition at line 83 of file BattlenetPackets.h.
| uint32 WorldPackets::Battlenet::ChangeRealmTicketResponse::Token = 0 |
Definition at line 81 of file BattlenetPackets.h.