![]() |
TrinityCore
|
#include <NPCPackets.h>
Inheritance diagram for WorldPackets::NPC::NPCInteractionOpenResult:Public Member Functions | |
| NPCInteractionOpenResult () | |
| 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 | Npc |
| PlayerInteractionType | InteractionType = {} |
| bool | Success = true |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 53 of file NPCPackets.h.
|
inlineexplicit |
Definition at line 56 of file NPCPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 100 of file NPCPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| PlayerInteractionType WorldPackets::NPC::NPCInteractionOpenResult::InteractionType = {} |
Definition at line 61 of file NPCPackets.h.
| ObjectGuid WorldPackets::NPC::NPCInteractionOpenResult::Npc |
Definition at line 60 of file NPCPackets.h.
| bool WorldPackets::NPC::NPCInteractionOpenResult::Success = true |
Definition at line 62 of file NPCPackets.h.