![]() |
TrinityCore
|
#include <ChatPackets.h>
Inheritance diagram for WorldPackets::Chat::ChatServerMessage:Public Member Functions | |
| ChatServerMessage () | |
| 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 | MessageID = 0 |
| std::string_view | StringParam |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 266 of file ChatPackets.h.
|
inlineexplicit |
Definition at line 269 of file ChatPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 285 of file ChatPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int32 WorldPackets::Chat::ChatServerMessage::MessageID = 0 |
Definition at line 273 of file ChatPackets.h.
| std::string_view WorldPackets::Chat::ChatServerMessage::StringParam |
Definition at line 274 of file ChatPackets.h.