TrinityCore
PlayerUnbannedAppend Struct Reference

#include <ChannelAppenders.h>

Public Member Functions

 PlayerUnbannedAppend (ObjectGuid const &moderator, ObjectGuid const &unbanned)
 
void Append (WorldPackets::Channel::ChannelNotify &data) const
 

Static Public Attributes

static uint8 const NotificationType = CHAT_PLAYER_UNBANNED_NOTICE
 

Private Attributes

ObjectGuid _moderator
 
ObjectGuid _unbanned
 

Detailed Description

Definition at line 305 of file ChannelAppenders.h.

Constructor & Destructor Documentation

◆ PlayerUnbannedAppend()

PlayerUnbannedAppend::PlayerUnbannedAppend ( ObjectGuid const &  moderator,
ObjectGuid const &  unbanned 
)
inlineexplicit

Definition at line 307 of file ChannelAppenders.h.

Member Function Documentation

◆ Append()

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

Definition at line 311 of file ChannelAppenders.h.

Member Data Documentation

◆ _moderator

ObjectGuid PlayerUnbannedAppend::_moderator
private

Definition at line 318 of file ChannelAppenders.h.

◆ _unbanned

ObjectGuid PlayerUnbannedAppend::_unbanned
private

Definition at line 319 of file ChannelAppenders.h.

◆ NotificationType

uint8 const PlayerUnbannedAppend::NotificationType = CHAT_PLAYER_UNBANNED_NOTICE
static

Definition at line 309 of file ChannelAppenders.h.


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