![]() |
TrinityCore
|
#include <QueryPackets.h>
Inheritance diagram for WorldPackets::Query::QueryGameObjectResponse:Public Member Functions | |
| QueryGameObjectResponse () | |
| 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 | GameObjectID = 0 |
| ObjectGuid | Guid |
| bool | Allow = false |
| GameObjectStats | Stats |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 248 of file QueryPackets.h.
|
inlineexplicit |
Definition at line 251 of file QueryPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 335 of file QueryPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool WorldPackets::Query::QueryGameObjectResponse::Allow = false |
Definition at line 257 of file QueryPackets.h.
| uint32 WorldPackets::Query::QueryGameObjectResponse::GameObjectID = 0 |
Definition at line 255 of file QueryPackets.h.
| ObjectGuid WorldPackets::Query::QueryGameObjectResponse::Guid |
Definition at line 256 of file QueryPackets.h.
| GameObjectStats WorldPackets::Query::QueryGameObjectResponse::Stats |
Definition at line 258 of file QueryPackets.h.