TrinityCore
PlayerInvitedAppend Struct Reference

#include <ChannelAppenders.h>

Public Member Functions

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

Static Public Attributes

static uint8 const NotificationType = CHAT_PLAYER_INVITED_NOTICE
 

Private Attributes

std::string _playerName
 

Detailed Description

Definition at line 395 of file ChannelAppenders.h.

Constructor & Destructor Documentation

◆ PlayerInvitedAppend()

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

Definition at line 397 of file ChannelAppenders.h.

Member Function Documentation

◆ Append()

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

Definition at line 401 of file ChannelAppenders.h.

Member Data Documentation

◆ _playerName

std::string PlayerInvitedAppend::_playerName
private

Definition at line 407 of file ChannelAppenders.h.

◆ NotificationType

uint8 const PlayerInvitedAppend::NotificationType = CHAT_PLAYER_INVITED_NOTICE
static

Definition at line 399 of file ChannelAppenders.h.


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