![]() |
TrinityCore
|
#include <InstancePackets.h>
Inheritance diagram for WorldPackets::Instance::InstanceReset:Public Member Functions | |
| InstanceReset () | |
| 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 | MapID = 0 |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 80 of file InstancePackets.h.
|
inlineexplicit |
Definition at line 83 of file InstancePackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 63 of file InstancePackets.cpp.
Here is the caller graph for this function:| uint32 WorldPackets::Instance::InstanceReset::MapID = 0 |
Definition at line 87 of file InstancePackets.h.