![]() |
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, 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 | |
| ObjectGuid | Player |
| ObjectGuid | Transport |
| 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 271 of file QueryPackets.h.
|
inlineexplicit |
Definition at line 274 of file QueryPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 378 of file QueryPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int32 WorldPackets::Query::CorpseLocation::ActualMapID = 0 |
Definition at line 281 of file QueryPackets.h.
| int32 WorldPackets::Query::CorpseLocation::MapID = 0 |
Definition at line 282 of file QueryPackets.h.
| ObjectGuid WorldPackets::Query::CorpseLocation::Player |
Definition at line 278 of file QueryPackets.h.
| TaggedPosition<::Position::XYZ> WorldPackets::Query::CorpseLocation::Position |
Definition at line 280 of file QueryPackets.h.
| ObjectGuid WorldPackets::Query::CorpseLocation::Transport |
Definition at line 279 of file QueryPackets.h.
| bool WorldPackets::Query::CorpseLocation::Valid = false |
Definition at line 283 of file QueryPackets.h.