TrinityCore
WorldPackets::Chat::ChatAddonMessageParams Struct Reference

#include <ChatPackets.h>

Public Attributes

std::string Prefix
 
std::string Text
 
ChatMsg Type = CHAT_MSG_PARTY
 
bool IsLogged = false
 

Detailed Description

Definition at line 83 of file ChatPackets.h.

Member Data Documentation

◆ IsLogged

bool WorldPackets::Chat::ChatAddonMessageParams::IsLogged = false

Definition at line 88 of file ChatPackets.h.

◆ Prefix

std::string WorldPackets::Chat::ChatAddonMessageParams::Prefix

Definition at line 85 of file ChatPackets.h.

◆ Text

std::string WorldPackets::Chat::ChatAddonMessageParams::Text

Definition at line 86 of file ChatPackets.h.

◆ Type

ChatMsg WorldPackets::Chat::ChatAddonMessageParams::Type = CHAT_MSG_PARTY

Definition at line 87 of file ChatPackets.h.


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