![]() |
TrinityCore
|
#include <NPCPackets.h>
Inheritance diagram for WorldPackets::NPC::TrainerList:Public Member Functions | |
| TrainerList () | |
| 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 | TrainerGUID |
| int8 | TrainerType = 0 |
| int32 | TrainerID = 1 |
| std::vector< TrainerListSpell > | Spells |
| std::string | Greeting |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 202 of file NPCPackets.h.
|
inlineexplicit |
Definition at line 205 of file NPCPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 167 of file NPCPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| std::string WorldPackets::NPC::TrainerList::Greeting |
Definition at line 213 of file NPCPackets.h.
| std::vector<TrainerListSpell> WorldPackets::NPC::TrainerList::Spells |
Definition at line 212 of file NPCPackets.h.
| ObjectGuid WorldPackets::NPC::TrainerList::TrainerGUID |
Definition at line 209 of file NPCPackets.h.
| int32 WorldPackets::NPC::TrainerList::TrainerID = 1 |
Definition at line 211 of file NPCPackets.h.
| int8 WorldPackets::NPC::TrainerList::TrainerType = 0 |
Definition at line 210 of file NPCPackets.h.