![]() |
TrinityCore
|
#include <NPCPackets.h>
Inheritance diagram for WorldPackets::NPC::GossipPOI:Public Member Functions | |
| GossipPOI () | |
| 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 | |
| int32 | ID = 0 |
| uint32 | Flags = 0 |
| TaggedPosition< Position::XYZ > | Pos |
| int32 | Icon = 0 |
| int32 | Importance = 0 |
| int32 | WMOGroupID = 0 |
| std::string_view | Name |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 216 of file NPCPackets.h.
|
inlineexplicit |
Definition at line 219 of file NPCPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 223 of file NPCPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| uint32 WorldPackets::NPC::GossipPOI::Flags = 0 |
Definition at line 224 of file NPCPackets.h.
| int32 WorldPackets::NPC::GossipPOI::Icon = 0 |
Definition at line 226 of file NPCPackets.h.
| int32 WorldPackets::NPC::GossipPOI::ID = 0 |
Definition at line 223 of file NPCPackets.h.
| int32 WorldPackets::NPC::GossipPOI::Importance = 0 |
Definition at line 227 of file NPCPackets.h.
| std::string_view WorldPackets::NPC::GossipPOI::Name |
Definition at line 229 of file NPCPackets.h.
| TaggedPosition<Position::XYZ> WorldPackets::NPC::GossipPOI::Pos |
Definition at line 225 of file NPCPackets.h.
| int32 WorldPackets::NPC::GossipPOI::WMOGroupID = 0 |
Definition at line 228 of file NPCPackets.h.