![]() |
TrinityCore
|
#include <QueryPackets.h>
Public Member Functions | |
CorpseLocation () | |
WorldPacket const * | Write () override |
![]() | |
ServerPacket (OpcodeServer opcode, size_t initialSize=200) | |
void | Read () override final |
void | Clear () |
WorldPacket && | Move () |
void | ShrinkToFit () |
OpcodeServer | GetOpcode () const |
![]() | |
Packet (WorldPacket &&worldPacket) | |
virtual | ~Packet ()=default |
Packet (Packet const &right)=delete | |
Packet & | operator= (Packet const &right)=delete |
virtual WorldPacket const * | Write ()=0 |
virtual void | Read ()=0 |
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 | |
![]() | |
WorldPacket | _worldPacket |
Definition at line 119 of file QueryPackets.h.
|
inline |
Definition at line 122 of file QueryPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 79 of file QueryPackets.cpp.
int32 WorldPackets::Query::CorpseLocation::ActualMapID = 0 |
Definition at line 128 of file QueryPackets.h.
int32 WorldPackets::Query::CorpseLocation::MapID = 0 |
Definition at line 129 of file QueryPackets.h.
TaggedPosition<::Position::XYZ> WorldPackets::Query::CorpseLocation::Position |
Definition at line 127 of file QueryPackets.h.
uint32 WorldPackets::Query::CorpseLocation::Transport = 0 |
Definition at line 126 of file QueryPackets.h.
bool WorldPackets::Query::CorpseLocation::Valid = false |
Definition at line 130 of file QueryPackets.h.