![]() |
TrinityCore
|
#include <ChannelAppenders.h>
Public Member Functions | |
| ModeChangeAppend (ObjectGuid const &guid, uint8 oldFlags, uint8 newFlags) | |
| void | Append (WorldPackets::Channel::ChannelNotify &data) const |
Static Public Attributes | |
| static uint8 const | NotificationType = CHAT_MODE_CHANGE_NOTICE |
Private Attributes | |
| ObjectGuid | _guid |
| uint8 | _oldFlags |
| uint8 | _newFlags |
Definition at line 208 of file ChannelAppenders.h.
|
inlineexplicit |
Definition at line 210 of file ChannelAppenders.h.
|
inline |
Definition at line 214 of file ChannelAppenders.h.
|
private |
Definition at line 222 of file ChannelAppenders.h.
|
private |
Definition at line 224 of file ChannelAppenders.h.
|
private |
Definition at line 223 of file ChannelAppenders.h.
|
static |
Definition at line 212 of file ChannelAppenders.h.