TrinityCore
WorldPackets::System::FeatureSystemStatus Class Referencefinal

#include <SystemPackets.h>

+ Inheritance diagram for WorldPackets::System::FeatureSystemStatus:

Classes

struct  RafSystemFeatureInfo
 
struct  SessionAlertConfig
 
struct  SocialQueueConfig
 
struct  SquelchInfo
 

Public Member Functions

 FeatureSystemStatus ()
 
WorldPacket const * Write () override
 
- Public Member Functions inherited from WorldPackets::ServerPacket
 ServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT)
 
void Read () override final
 
void Clear ()
 
WorldPacket && Move ()
 
void ShrinkToFit ()
 
OpcodeServer GetOpcode () const
 
- Public Member Functions inherited from WorldPackets::Packet
 Packet (WorldPacket &&worldPacket)
 
virtual ~Packet ()=default
 
 Packet (Packet const &right)=delete
 
Packetoperator= (Packet const &right)=delete
 
virtual WorldPacket const * Write ()=0
 
virtual void Read ()=0
 
WorldPacket const * GetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

bool VoiceEnabled = false
 
bool BrowserEnabled = false
 
bool BpayStoreAvailable = false
 
bool BpayStoreEnabled = false
 
Optional< SessionAlertConfigSessionAlert
 
Optional< EuropaTicketConfigEuropaTicketSystemStatus
 
uint32 CfgRealmID = 0
 
uint8 ComplaintStatus = 0
 
int32 CfgRealmRecID = 0
 
uint32 TokenPollTimeSeconds = 0
 
int64 TokenBalanceAmount = 0
 
uint32 BpayStoreProductDeliveryDelay = 0
 
uint32 ClubsPresenceUpdateTimer = 0
 
uint32 HiddenUIClubsPresenceUpdateTimer = 0
 Timer for updating club presence when communities ui frame is hidden. More...
 
uint32 KioskSessionMinutes = 0
 
int32 ActiveSeason = 0
 Currently active Classic season. More...
 
int16 MaxPlayerNameQueriesPerPacket = 50
 
int16 PlayerNameQueryTelemetryInterval = 600
 
Duration< Seconds, uint32PlayerNameQueryInterval = 10s
 
bool ItemRestorationButtonEnabled = false
 
bool CharUndeleteEnabled = false
 Implemented. More...
 
bool BpayStoreDisabledByParentalControls = false
 
bool CommerceSystemEnabled = false
 
bool Unk67 = false
 
bool WillKickFromWorld = false
 
bool RestrictedAccount = false
 
bool TutorialsEnabled = false
 
bool NPETutorialsEnabled = false
 
bool KioskModeEnabled = false
 
bool CompetitiveModeEnabled = false
 
bool TokenBalanceEnabled = false
 
bool WarModeFeatureEnabled = true
 
bool ClubsEnabled = false
 
bool ClubsBattleNetClubTypeAllowed = false
 
bool ClubsCharacterClubTypeAllowed = false
 
bool ClubsPresenceUpdateEnabled = false
 
bool VoiceChatDisabledByParentalControl = false
 
bool VoiceChatMutedByParentalControl = false
 
bool QuestSessionEnabled = false
 
bool IsMuted = false
 
bool ClubFinderEnabled = false
 
bool Unknown901CheckoutRelated = false
 
bool TextToSpeechFeatureEnabled = false
 
bool ChatDisabledByDefault = false
 
bool ChatDisabledByPlayer = false
 
bool LFGListCustomRequiresAuthenticator = false
 
bool AddonsDisabled = false
 
bool WarGamesEnabled = false
 
bool ContentTrackingEnabled = false
 
bool IsSellAllJunkEnabled = false
 
bool IsGroupFinderEnabled = true
 
bool IsLFDEnabled = true
 
bool IsLFREnabled = true
 
bool IsPremadeGroupEnabled = true
 
SocialQueueConfig QuickJoinConfig
 
SquelchInfo Squelch
 
RafSystemFeatureInfo RAFSystem
 
std::vector< GameRuleValuePairGameRuleValues
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 54 of file SystemPackets.h.

Constructor & Destructor Documentation

◆ FeatureSystemStatus()

WorldPackets::System::FeatureSystemStatus::FeatureSystemStatus ( )
inline

Definition at line 109 of file SystemPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::System::FeatureSystemStatus::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 61 of file SystemPackets.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ ActiveSeason

int32 WorldPackets::System::FeatureSystemStatus::ActiveSeason = 0

Currently active Classic season.

Definition at line 128 of file SystemPackets.h.

◆ AddonsDisabled

bool WorldPackets::System::FeatureSystemStatus::AddonsDisabled = false

Definition at line 159 of file SystemPackets.h.

◆ BpayStoreAvailable

bool WorldPackets::System::FeatureSystemStatus::BpayStoreAvailable = false

Definition at line 115 of file SystemPackets.h.

◆ BpayStoreDisabledByParentalControls

bool WorldPackets::System::FeatureSystemStatus::BpayStoreDisabledByParentalControls = false

Definition at line 134 of file SystemPackets.h.

◆ BpayStoreEnabled

bool WorldPackets::System::FeatureSystemStatus::BpayStoreEnabled = false

Definition at line 116 of file SystemPackets.h.

◆ BpayStoreProductDeliveryDelay

uint32 WorldPackets::System::FeatureSystemStatus::BpayStoreProductDeliveryDelay = 0

Definition at line 124 of file SystemPackets.h.

◆ BrowserEnabled

bool WorldPackets::System::FeatureSystemStatus::BrowserEnabled = false

Definition at line 114 of file SystemPackets.h.

◆ CfgRealmID

uint32 WorldPackets::System::FeatureSystemStatus::CfgRealmID = 0

Definition at line 119 of file SystemPackets.h.

◆ CfgRealmRecID

int32 WorldPackets::System::FeatureSystemStatus::CfgRealmRecID = 0

Definition at line 121 of file SystemPackets.h.

◆ CharUndeleteEnabled

bool WorldPackets::System::FeatureSystemStatus::CharUndeleteEnabled = false

Implemented.

Definition at line 133 of file SystemPackets.h.

◆ ChatDisabledByDefault

bool WorldPackets::System::FeatureSystemStatus::ChatDisabledByDefault = false

Definition at line 156 of file SystemPackets.h.

◆ ChatDisabledByPlayer

bool WorldPackets::System::FeatureSystemStatus::ChatDisabledByPlayer = false

Definition at line 157 of file SystemPackets.h.

◆ ClubFinderEnabled

bool WorldPackets::System::FeatureSystemStatus::ClubFinderEnabled = false

Definition at line 153 of file SystemPackets.h.

◆ ClubsBattleNetClubTypeAllowed

bool WorldPackets::System::FeatureSystemStatus::ClubsBattleNetClubTypeAllowed = false

Definition at line 146 of file SystemPackets.h.

◆ ClubsCharacterClubTypeAllowed

bool WorldPackets::System::FeatureSystemStatus::ClubsCharacterClubTypeAllowed = false

Definition at line 147 of file SystemPackets.h.

◆ ClubsEnabled

bool WorldPackets::System::FeatureSystemStatus::ClubsEnabled = false

Definition at line 145 of file SystemPackets.h.

◆ ClubsPresenceUpdateEnabled

bool WorldPackets::System::FeatureSystemStatus::ClubsPresenceUpdateEnabled = false

Definition at line 148 of file SystemPackets.h.

◆ ClubsPresenceUpdateTimer

uint32 WorldPackets::System::FeatureSystemStatus::ClubsPresenceUpdateTimer = 0

Definition at line 125 of file SystemPackets.h.

◆ CommerceSystemEnabled

bool WorldPackets::System::FeatureSystemStatus::CommerceSystemEnabled = false

Definition at line 135 of file SystemPackets.h.

◆ CompetitiveModeEnabled

bool WorldPackets::System::FeatureSystemStatus::CompetitiveModeEnabled = false

Definition at line 142 of file SystemPackets.h.

◆ ComplaintStatus

uint8 WorldPackets::System::FeatureSystemStatus::ComplaintStatus = 0

Definition at line 120 of file SystemPackets.h.

◆ ContentTrackingEnabled

bool WorldPackets::System::FeatureSystemStatus::ContentTrackingEnabled = false

Definition at line 161 of file SystemPackets.h.

◆ EuropaTicketSystemStatus

Optional<EuropaTicketConfig> WorldPackets::System::FeatureSystemStatus::EuropaTicketSystemStatus

Definition at line 118 of file SystemPackets.h.

◆ GameRuleValues

std::vector<GameRuleValuePair> WorldPackets::System::FeatureSystemStatus::GameRuleValues

Definition at line 171 of file SystemPackets.h.

◆ HiddenUIClubsPresenceUpdateTimer

uint32 WorldPackets::System::FeatureSystemStatus::HiddenUIClubsPresenceUpdateTimer = 0

Timer for updating club presence when communities ui frame is hidden.

Definition at line 126 of file SystemPackets.h.

◆ IsGroupFinderEnabled

bool WorldPackets::System::FeatureSystemStatus::IsGroupFinderEnabled = true

Definition at line 163 of file SystemPackets.h.

◆ IsLFDEnabled

bool WorldPackets::System::FeatureSystemStatus::IsLFDEnabled = true

Definition at line 164 of file SystemPackets.h.

◆ IsLFREnabled

bool WorldPackets::System::FeatureSystemStatus::IsLFREnabled = true

Definition at line 165 of file SystemPackets.h.

◆ IsMuted

bool WorldPackets::System::FeatureSystemStatus::IsMuted = false

Definition at line 152 of file SystemPackets.h.

◆ IsPremadeGroupEnabled

bool WorldPackets::System::FeatureSystemStatus::IsPremadeGroupEnabled = true

Definition at line 166 of file SystemPackets.h.

◆ IsSellAllJunkEnabled

bool WorldPackets::System::FeatureSystemStatus::IsSellAllJunkEnabled = false

Definition at line 162 of file SystemPackets.h.

◆ ItemRestorationButtonEnabled

bool WorldPackets::System::FeatureSystemStatus::ItemRestorationButtonEnabled = false

Definition at line 132 of file SystemPackets.h.

◆ KioskModeEnabled

bool WorldPackets::System::FeatureSystemStatus::KioskModeEnabled = false

Definition at line 141 of file SystemPackets.h.

◆ KioskSessionMinutes

uint32 WorldPackets::System::FeatureSystemStatus::KioskSessionMinutes = 0

Definition at line 127 of file SystemPackets.h.

◆ LFGListCustomRequiresAuthenticator

bool WorldPackets::System::FeatureSystemStatus::LFGListCustomRequiresAuthenticator = false

Definition at line 158 of file SystemPackets.h.

◆ MaxPlayerNameQueriesPerPacket

int16 WorldPackets::System::FeatureSystemStatus::MaxPlayerNameQueriesPerPacket = 50

Definition at line 129 of file SystemPackets.h.

◆ NPETutorialsEnabled

bool WorldPackets::System::FeatureSystemStatus::NPETutorialsEnabled = false

Definition at line 140 of file SystemPackets.h.

◆ PlayerNameQueryInterval

Duration<Seconds, uint32> WorldPackets::System::FeatureSystemStatus::PlayerNameQueryInterval = 10s

Definition at line 131 of file SystemPackets.h.

◆ PlayerNameQueryTelemetryInterval

int16 WorldPackets::System::FeatureSystemStatus::PlayerNameQueryTelemetryInterval = 600

Definition at line 130 of file SystemPackets.h.

◆ QuestSessionEnabled

bool WorldPackets::System::FeatureSystemStatus::QuestSessionEnabled = false

Definition at line 151 of file SystemPackets.h.

◆ QuickJoinConfig

SocialQueueConfig WorldPackets::System::FeatureSystemStatus::QuickJoinConfig

Definition at line 168 of file SystemPackets.h.

◆ RAFSystem

RafSystemFeatureInfo WorldPackets::System::FeatureSystemStatus::RAFSystem

Definition at line 170 of file SystemPackets.h.

◆ RestrictedAccount

bool WorldPackets::System::FeatureSystemStatus::RestrictedAccount = false

Definition at line 138 of file SystemPackets.h.

◆ SessionAlert

Optional<SessionAlertConfig> WorldPackets::System::FeatureSystemStatus::SessionAlert

Definition at line 117 of file SystemPackets.h.

◆ Squelch

SquelchInfo WorldPackets::System::FeatureSystemStatus::Squelch

Definition at line 169 of file SystemPackets.h.

◆ TextToSpeechFeatureEnabled

bool WorldPackets::System::FeatureSystemStatus::TextToSpeechFeatureEnabled = false

Definition at line 155 of file SystemPackets.h.

◆ TokenBalanceAmount

int64 WorldPackets::System::FeatureSystemStatus::TokenBalanceAmount = 0

Definition at line 123 of file SystemPackets.h.

◆ TokenBalanceEnabled

bool WorldPackets::System::FeatureSystemStatus::TokenBalanceEnabled = false

Definition at line 143 of file SystemPackets.h.

◆ TokenPollTimeSeconds

uint32 WorldPackets::System::FeatureSystemStatus::TokenPollTimeSeconds = 0

Definition at line 122 of file SystemPackets.h.

◆ TutorialsEnabled

bool WorldPackets::System::FeatureSystemStatus::TutorialsEnabled = false

Definition at line 139 of file SystemPackets.h.

◆ Unk67

bool WorldPackets::System::FeatureSystemStatus::Unk67 = false

Definition at line 136 of file SystemPackets.h.

◆ Unknown901CheckoutRelated

bool WorldPackets::System::FeatureSystemStatus::Unknown901CheckoutRelated = false

Definition at line 154 of file SystemPackets.h.

◆ VoiceChatDisabledByParentalControl

bool WorldPackets::System::FeatureSystemStatus::VoiceChatDisabledByParentalControl = false

Definition at line 149 of file SystemPackets.h.

◆ VoiceChatMutedByParentalControl

bool WorldPackets::System::FeatureSystemStatus::VoiceChatMutedByParentalControl = false

Definition at line 150 of file SystemPackets.h.

◆ VoiceEnabled

bool WorldPackets::System::FeatureSystemStatus::VoiceEnabled = false

Definition at line 113 of file SystemPackets.h.

◆ WarGamesEnabled

bool WorldPackets::System::FeatureSystemStatus::WarGamesEnabled = false

Definition at line 160 of file SystemPackets.h.

◆ WarModeFeatureEnabled

bool WorldPackets::System::FeatureSystemStatus::WarModeFeatureEnabled = true

Definition at line 144 of file SystemPackets.h.

◆ WillKickFromWorld

bool WorldPackets::System::FeatureSystemStatus::WillKickFromWorld = false

Definition at line 137 of file SystemPackets.h.


The documentation for this class was generated from the following files: