![]() |
TrinityCore
|
#include <ChatPackets.h>
Inheritance diagram for WorldPackets::Chat::ChatRegisterAddonPrefixes:Public Types | |
| enum | { MAX_PREFIXES = 64 } |
Public Member Functions | |
| ChatRegisterAddonPrefixes (WorldPacket &&packet) | |
| void | Read () override |
Public Member Functions inherited from WorldPackets::ClientPacket | |
| ClientPacket (WorldPacket &&packet) | |
| ClientPacket (OpcodeClient expectedOpcode, WorldPacket &&packet) | |
| WorldPacket const * | Write () final |
| OpcodeClient | 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 | |
| Array< std::string, MAX_PREFIXES > | Prefixes |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 277 of file ChatPackets.h.
| anonymous enum |
| Enumerator | |
|---|---|
| MAX_PREFIXES | |
Definition at line 280 of file ChatPackets.h.
|
inlineexplicit |
Definition at line 285 of file ChatPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 297 of file ChatPackets.cpp.
Here is the call graph for this function:| Array<std::string, MAX_PREFIXES> WorldPackets::Chat::ChatRegisterAddonPrefixes::Prefixes |
Definition at line 289 of file ChatPackets.h.