TrinityCore
PlayerKickedAppend Struct Reference

#include <ChannelAppenders.h>

Public Member Functions

 PlayerKickedAppend (ObjectGuid const &kicker, ObjectGuid const &kickee)
 
void Append (WorldPackets::Channel::ChannelNotify &data) const
 

Static Public Attributes

static uint8 const NotificationType = CHAT_PLAYER_KICKED_NOTICE
 

Private Attributes

ObjectGuid _kicker
 
ObjectGuid _kickee
 

Detailed Description

Definition at line 264 of file ChannelAppenders.h.

Constructor & Destructor Documentation

◆ PlayerKickedAppend()

PlayerKickedAppend::PlayerKickedAppend ( ObjectGuid const &  kicker,
ObjectGuid const &  kickee 
)
inlineexplicit

Definition at line 266 of file ChannelAppenders.h.

Member Function Documentation

◆ Append()

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

Definition at line 270 of file ChannelAppenders.h.

Member Data Documentation

◆ _kickee

ObjectGuid PlayerKickedAppend::_kickee
private

Definition at line 278 of file ChannelAppenders.h.

◆ _kicker

ObjectGuid PlayerKickedAppend::_kicker
private

Definition at line 277 of file ChannelAppenders.h.

◆ NotificationType

uint8 const PlayerKickedAppend::NotificationType = CHAT_PLAYER_KICKED_NOTICE
static

Definition at line 268 of file ChannelAppenders.h.


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