TrinityCore
Loading...
Searching...
No Matches
WorldPackets::NPC::ClientGossipText Struct Reference

#include <NPCPackets.h>

Public Attributes

int32 QuestID = 0
 
int32 ContentTuningID = 0
 
int32 QuestType = 0
 
int32 Unused1102 = 0
 
bool Repeatable = false
 
bool ResetByScheduler = false
 
bool Important = false
 
bool Meta = false
 
std::string_view QuestTitle
 
std::array< int32, 4 > QuestFlags = { }
 

Detailed Description

Definition at line 96 of file NPCPackets.h.

Member Data Documentation

◆ ContentTuningID

int32 WorldPackets::NPC::ClientGossipText::ContentTuningID = 0

Definition at line 99 of file NPCPackets.h.

◆ Important

bool WorldPackets::NPC::ClientGossipText::Important = false

Definition at line 104 of file NPCPackets.h.

◆ Meta

bool WorldPackets::NPC::ClientGossipText::Meta = false

Definition at line 105 of file NPCPackets.h.

◆ QuestFlags

std::array<int32, 4> WorldPackets::NPC::ClientGossipText::QuestFlags = { }

Definition at line 107 of file NPCPackets.h.

◆ QuestID

int32 WorldPackets::NPC::ClientGossipText::QuestID = 0

Definition at line 98 of file NPCPackets.h.

◆ QuestTitle

std::string_view WorldPackets::NPC::ClientGossipText::QuestTitle

Definition at line 106 of file NPCPackets.h.

◆ QuestType

int32 WorldPackets::NPC::ClientGossipText::QuestType = 0

Definition at line 100 of file NPCPackets.h.

◆ Repeatable

bool WorldPackets::NPC::ClientGossipText::Repeatable = false

Definition at line 102 of file NPCPackets.h.

◆ ResetByScheduler

bool WorldPackets::NPC::ClientGossipText::ResetByScheduler = false

Definition at line 103 of file NPCPackets.h.

◆ Unused1102

int32 WorldPackets::NPC::ClientGossipText::Unused1102 = 0

Definition at line 101 of file NPCPackets.h.


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