![]() |
TrinityCore
|
#include <QueryPackets.h>
Inheritance diagram for WorldPackets::Query::QueryItemSingleResponse:Public Member Functions | |
| QueryItemSingleResponse () | |
| 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 | ItemID = 0 |
| bool | Allow = false |
| ItemStats | Stats |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 290 of file QueryPackets.h.
|
inline |
Definition at line 293 of file QueryPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 144 of file QueryPackets.cpp.
Here is the caller graph for this function:Definition at line 298 of file QueryPackets.h.
| uint32 WorldPackets::Query::QueryItemSingleResponse::ItemID = 0 |
Definition at line 297 of file QueryPackets.h.
| ItemStats WorldPackets::Query::QueryItemSingleResponse::Stats |
Definition at line 299 of file QueryPackets.h.