![]() |
TrinityCore
|
#include <QueryPackets.h>
Inheritance diagram for WorldPackets::Query::CorpseLocation:Public Member Functions | |
| CorpseLocation () | |
| WorldPacket const * | Write () override |
Public Member Functions inherited from WorldPackets::ServerPacket | |
| ServerPacket (OpcodeServer opcode, size_t initialSize=200) | |
| void | Read () override 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 |
Public Attributes | |
| uint32 | Transport = 0 |
| TaggedPosition<::Position::XYZ > | Position |
| int32 | ActualMapID = 0 |
| int32 | MapID = 0 |
| bool | Valid = false |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 151 of file QueryPackets.h.
|
inline |
Definition at line 154 of file QueryPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 111 of file QueryPackets.cpp.
Here is the caller graph for this function:| int32 WorldPackets::Query::CorpseLocation::ActualMapID = 0 |
Definition at line 160 of file QueryPackets.h.
| int32 WorldPackets::Query::CorpseLocation::MapID = 0 |
Definition at line 161 of file QueryPackets.h.
| TaggedPosition<::Position::XYZ> WorldPackets::Query::CorpseLocation::Position |
Definition at line 159 of file QueryPackets.h.
| uint32 WorldPackets::Query::CorpseLocation::Transport = 0 |
Definition at line 158 of file QueryPackets.h.
Definition at line 162 of file QueryPackets.h.