TrinityCore
PlayerBannedAppend Struct Reference

#include <ChannelAppenders.h>

Public Member Functions

 PlayerBannedAppend (ObjectGuid const &moderator, ObjectGuid const &banned)
 
void Append (WorldPackets::Channel::ChannelNotify &data) const
 

Static Public Attributes

static uint8 const NotificationType = CHAT_PLAYER_BANNED_NOTICE
 

Private Attributes

ObjectGuid _moderator
 
ObjectGuid _banned
 

Detailed Description

Definition at line 288 of file ChannelAppenders.h.

Constructor & Destructor Documentation

◆ PlayerBannedAppend()

PlayerBannedAppend::PlayerBannedAppend ( ObjectGuid const &  moderator,
ObjectGuid const &  banned 
)
inlineexplicit

Definition at line 290 of file ChannelAppenders.h.

Member Function Documentation

◆ Append()

void PlayerBannedAppend::Append ( WorldPackets::Channel::ChannelNotify data) const
inline

Definition at line 294 of file ChannelAppenders.h.

Member Data Documentation

◆ _banned

ObjectGuid PlayerBannedAppend::_banned
private

Definition at line 302 of file ChannelAppenders.h.

◆ _moderator

ObjectGuid PlayerBannedAppend::_moderator
private

Definition at line 301 of file ChannelAppenders.h.

◆ NotificationType

uint8 const PlayerBannedAppend::NotificationType = CHAT_PLAYER_BANNED_NOTICE
static

Definition at line 292 of file ChannelAppenders.h.


The documentation for this struct was generated from the following file: