![]() |
TrinityCore
|
#include <ChatPackets.h>
Inheritance diagram for WorldPackets::Chat::Emote:Public Member Functions | |
| Emote () | |
| 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 | Guid |
| uint32 | EmoteID = 0 |
| std::vector< int32 > | SpellVisualKitIDs |
| int32 | SequenceVariation = 0 |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 189 of file ChatPackets.h.
|
inlineexplicit |
Definition at line 192 of file ChatPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 231 of file ChatPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| uint32 WorldPackets::Chat::Emote::EmoteID = 0 |
Definition at line 197 of file ChatPackets.h.
| ObjectGuid WorldPackets::Chat::Emote::Guid |
Definition at line 196 of file ChatPackets.h.
| int32 WorldPackets::Chat::Emote::SequenceVariation = 0 |
Definition at line 199 of file ChatPackets.h.
| std::vector<int32> WorldPackets::Chat::Emote::SpellVisualKitIDs |
Definition at line 198 of file ChatPackets.h.