TrinityCore
PlayerNotBannedAppend Struct Reference

#include <ChannelAppenders.h>

Public Member Functions

 PlayerNotBannedAppend (std::string const &playerName)
 
void Append (WorldPackets::Channel::ChannelNotify &data) const
 

Static Public Attributes

static uint8 const NotificationType = CHAT_PLAYER_NOT_BANNED_NOTICE
 

Private Attributes

std::string _playerName
 

Detailed Description

Definition at line 322 of file ChannelAppenders.h.

Constructor & Destructor Documentation

◆ PlayerNotBannedAppend()

PlayerNotBannedAppend::PlayerNotBannedAppend ( std::string const &  playerName)
inlineexplicit

Definition at line 324 of file ChannelAppenders.h.

Member Function Documentation

◆ Append()

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

Definition at line 328 of file ChannelAppenders.h.

Member Data Documentation

◆ _playerName

std::string PlayerNotBannedAppend::_playerName
private

Definition at line 334 of file ChannelAppenders.h.

◆ NotificationType

uint8 const PlayerNotBannedAppend::NotificationType = CHAT_PLAYER_NOT_BANNED_NOTICE
static

Definition at line 326 of file ChannelAppenders.h.


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