![]() |
TrinityCore
|
#include <HotfixPackets.h>
Inheritance diagram for WorldPackets::Hotfix::DBReply:Public Member Functions | |
| DBReply () | |
| 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 | TableHash = 0 |
| uint32 | Timestamp = 0 |
| uint32 | RecordID = 0 |
| DB2Manager::HotfixRecord::Status | Status = DB2Manager::HotfixRecord::Status::Invalid |
| ByteBuffer | Data |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 45 of file HotfixPackets.h.
|
inlineexplicit |
Definition at line 48 of file HotfixPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 67 of file HotfixPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| ByteBuffer WorldPackets::Hotfix::DBReply::Data |
Definition at line 56 of file HotfixPackets.h.
| uint32 WorldPackets::Hotfix::DBReply::RecordID = 0 |
Definition at line 54 of file HotfixPackets.h.
| DB2Manager::HotfixRecord::Status WorldPackets::Hotfix::DBReply::Status = DB2Manager::HotfixRecord::Status::Invalid |
Definition at line 55 of file HotfixPackets.h.
| uint32 WorldPackets::Hotfix::DBReply::TableHash = 0 |
Definition at line 52 of file HotfixPackets.h.
| uint32 WorldPackets::Hotfix::DBReply::Timestamp = 0 |
Definition at line 53 of file HotfixPackets.h.