![]() |
TrinityCore
|
#include <HotfixPackets.h>
Inheritance diagram for WorldPackets::Hotfix::AvailableHotfixes:Public Member Functions | |
| AvailableHotfixes () | |
| 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 | |
| int32 | VirtualRealmAddress = 0 |
| std::set< DB2Manager::HotfixId > | Hotfixes |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 59 of file HotfixPackets.h.
|
inlineexplicit |
Definition at line 62 of file HotfixPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 79 of file HotfixPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| std::set<DB2Manager::HotfixId> WorldPackets::Hotfix::AvailableHotfixes::Hotfixes |
Definition at line 67 of file HotfixPackets.h.
| int32 WorldPackets::Hotfix::AvailableHotfixes::VirtualRealmAddress = 0 |
Definition at line 66 of file HotfixPackets.h.