![]() |
TrinityCore
|
#include <MiscPackets.h>
Inheritance diagram for WorldPackets::Misc::AccountHeirloomUpdate:Public Member Functions | |
| AccountHeirloomUpdate () | |
| 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 | |
| bool | IsFullUpdate = false |
| std::map< uint32, HeirloomData > const * | Heirlooms = nullptr |
| int32 | ItemCollectionType = 0 |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 849 of file MiscPackets.h.
|
inlineexplicit |
Definition at line 852 of file MiscPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 664 of file MiscPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| std::map<uint32, HeirloomData> const* WorldPackets::Misc::AccountHeirloomUpdate::Heirlooms = nullptr |
Definition at line 857 of file MiscPackets.h.
| bool WorldPackets::Misc::AccountHeirloomUpdate::IsFullUpdate = false |
Definition at line 856 of file MiscPackets.h.
| int32 WorldPackets::Misc::AccountHeirloomUpdate::ItemCollectionType = 0 |
Definition at line 858 of file MiscPackets.h.