TrinityCore
WorldPackets::System::FeatureSystemStatusGlueScreen Class Referencefinal

#include <SystemPackets.h>

+ Inheritance diagram for WorldPackets::System::FeatureSystemStatusGlueScreen:

Public Member Functions

 FeatureSystemStatusGlueScreen ()
 
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 BpayStoreAvailable = false
 
bool BpayStoreDisabledByParentalControls = false
 
bool CharUndeleteEnabled = false
 
bool BpayStoreEnabled = false
 
bool CommerceSystemEnabled = false
 
bool Unk14 = false
 
bool WillKickFromWorld = false
 
bool IsExpansionPreorderInStore = false
 
bool KioskModeEnabled = false
 
bool CompetitiveModeEnabled = false
 
bool TrialBoostEnabled = false
 
bool TokenBalanceEnabled = false
 
bool LiveRegionCharacterListEnabled = false
 
bool LiveRegionCharacterCopyEnabled = false
 
bool LiveRegionAccountCopyEnabled = false
 
bool LiveRegionKeyBindingsCopyEnabled = false
 
bool Unknown901CheckoutRelated = false
 
bool AddonsDisabled = false
 
bool Unused1000 = false
 
bool AccountSaveDataExportEnabled = false
 
bool AccountLockedByExport = false
 
Optional< EuropaTicketConfigEuropaTicketSystemStatus
 
std::vector< int32LiveRegionCharacterCopySourceRegions
 
uint32 TokenPollTimeSeconds = 0
 
int64 TokenBalanceAmount = 0
 
int32 MaxCharactersPerRealm = 0
 
uint32 BpayStoreProductDeliveryDelay = 0
 
int32 ActiveCharacterUpgradeBoostType = 0
 
int32 ActiveClassTrialBoostType = 0
 
int32 MinimumExpansionLevel = 0
 
int32 MaximumExpansionLevel = 0
 
uint32 KioskSessionMinutes = 0
 
int32 ActiveSeason = 0
 
std::vector< GameRuleValuePairGameRuleValues
 
int16 MaxPlayerNameQueriesPerPacket = 50
 
int16 PlayerNameQueryTelemetryInterval = 600
 
Duration< Seconds, uint32PlayerNameQueryInterval = 10s
 
Optional< int32LaunchETA
 
std::vector< DebugTimeEventInfoDebugTimeEvents
 
int32 Unused1007 = 0
 
Optional< std::string > RealmHiddenAlert
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 180 of file SystemPackets.h.

Constructor & Destructor Documentation

◆ FeatureSystemStatusGlueScreen()

WorldPackets::System::FeatureSystemStatusGlueScreen::FeatureSystemStatusGlueScreen ( )
inline

Definition at line 183 of file SystemPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 188 of file SystemPackets.cpp.

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

Member Data Documentation

◆ AccountLockedByExport

bool WorldPackets::System::FeatureSystemStatusGlueScreen::AccountLockedByExport = false

Definition at line 207 of file SystemPackets.h.

◆ AccountSaveDataExportEnabled

bool WorldPackets::System::FeatureSystemStatusGlueScreen::AccountSaveDataExportEnabled = false

Definition at line 206 of file SystemPackets.h.

◆ ActiveCharacterUpgradeBoostType

int32 WorldPackets::System::FeatureSystemStatusGlueScreen::ActiveCharacterUpgradeBoostType = 0

Definition at line 214 of file SystemPackets.h.

◆ ActiveClassTrialBoostType

int32 WorldPackets::System::FeatureSystemStatusGlueScreen::ActiveClassTrialBoostType = 0

Definition at line 215 of file SystemPackets.h.

◆ ActiveSeason

int32 WorldPackets::System::FeatureSystemStatusGlueScreen::ActiveSeason = 0

Definition at line 219 of file SystemPackets.h.

◆ AddonsDisabled

bool WorldPackets::System::FeatureSystemStatusGlueScreen::AddonsDisabled = false

Definition at line 204 of file SystemPackets.h.

◆ BpayStoreAvailable

bool WorldPackets::System::FeatureSystemStatusGlueScreen::BpayStoreAvailable = false

Definition at line 187 of file SystemPackets.h.

◆ BpayStoreDisabledByParentalControls

bool WorldPackets::System::FeatureSystemStatusGlueScreen::BpayStoreDisabledByParentalControls = false

Definition at line 188 of file SystemPackets.h.

◆ BpayStoreEnabled

bool WorldPackets::System::FeatureSystemStatusGlueScreen::BpayStoreEnabled = false

Definition at line 190 of file SystemPackets.h.

◆ BpayStoreProductDeliveryDelay

uint32 WorldPackets::System::FeatureSystemStatusGlueScreen::BpayStoreProductDeliveryDelay = 0

Definition at line 213 of file SystemPackets.h.

◆ CharUndeleteEnabled

bool WorldPackets::System::FeatureSystemStatusGlueScreen::CharUndeleteEnabled = false

Definition at line 189 of file SystemPackets.h.

◆ CommerceSystemEnabled

bool WorldPackets::System::FeatureSystemStatusGlueScreen::CommerceSystemEnabled = false

Definition at line 191 of file SystemPackets.h.

◆ CompetitiveModeEnabled

bool WorldPackets::System::FeatureSystemStatusGlueScreen::CompetitiveModeEnabled = false

Definition at line 196 of file SystemPackets.h.

◆ DebugTimeEvents

std::vector<DebugTimeEventInfo> WorldPackets::System::FeatureSystemStatusGlueScreen::DebugTimeEvents

Definition at line 225 of file SystemPackets.h.

◆ EuropaTicketSystemStatus

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

Definition at line 208 of file SystemPackets.h.

◆ GameRuleValues

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

Definition at line 220 of file SystemPackets.h.

◆ IsExpansionPreorderInStore

bool WorldPackets::System::FeatureSystemStatusGlueScreen::IsExpansionPreorderInStore = false

Definition at line 194 of file SystemPackets.h.

◆ KioskModeEnabled

bool WorldPackets::System::FeatureSystemStatusGlueScreen::KioskModeEnabled = false

Definition at line 195 of file SystemPackets.h.

◆ KioskSessionMinutes

uint32 WorldPackets::System::FeatureSystemStatusGlueScreen::KioskSessionMinutes = 0

Definition at line 218 of file SystemPackets.h.

◆ LaunchETA

Optional<int32> WorldPackets::System::FeatureSystemStatusGlueScreen::LaunchETA

Definition at line 224 of file SystemPackets.h.

◆ LiveRegionAccountCopyEnabled

bool WorldPackets::System::FeatureSystemStatusGlueScreen::LiveRegionAccountCopyEnabled = false

Definition at line 201 of file SystemPackets.h.

◆ LiveRegionCharacterCopyEnabled

bool WorldPackets::System::FeatureSystemStatusGlueScreen::LiveRegionCharacterCopyEnabled = false

Definition at line 200 of file SystemPackets.h.

◆ LiveRegionCharacterCopySourceRegions

std::vector<int32> WorldPackets::System::FeatureSystemStatusGlueScreen::LiveRegionCharacterCopySourceRegions

Definition at line 209 of file SystemPackets.h.

◆ LiveRegionCharacterListEnabled

bool WorldPackets::System::FeatureSystemStatusGlueScreen::LiveRegionCharacterListEnabled = false

Definition at line 199 of file SystemPackets.h.

◆ LiveRegionKeyBindingsCopyEnabled

bool WorldPackets::System::FeatureSystemStatusGlueScreen::LiveRegionKeyBindingsCopyEnabled = false

Definition at line 202 of file SystemPackets.h.

◆ MaxCharactersPerRealm

int32 WorldPackets::System::FeatureSystemStatusGlueScreen::MaxCharactersPerRealm = 0

Definition at line 212 of file SystemPackets.h.

◆ MaximumExpansionLevel

int32 WorldPackets::System::FeatureSystemStatusGlueScreen::MaximumExpansionLevel = 0

Definition at line 217 of file SystemPackets.h.

◆ MaxPlayerNameQueriesPerPacket

int16 WorldPackets::System::FeatureSystemStatusGlueScreen::MaxPlayerNameQueriesPerPacket = 50

Definition at line 221 of file SystemPackets.h.

◆ MinimumExpansionLevel

int32 WorldPackets::System::FeatureSystemStatusGlueScreen::MinimumExpansionLevel = 0

Definition at line 216 of file SystemPackets.h.

◆ PlayerNameQueryInterval

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

Definition at line 223 of file SystemPackets.h.

◆ PlayerNameQueryTelemetryInterval

int16 WorldPackets::System::FeatureSystemStatusGlueScreen::PlayerNameQueryTelemetryInterval = 600

Definition at line 222 of file SystemPackets.h.

◆ RealmHiddenAlert

Optional<std::string> WorldPackets::System::FeatureSystemStatusGlueScreen::RealmHiddenAlert

Definition at line 227 of file SystemPackets.h.

◆ TokenBalanceAmount

int64 WorldPackets::System::FeatureSystemStatusGlueScreen::TokenBalanceAmount = 0

Definition at line 211 of file SystemPackets.h.

◆ TokenBalanceEnabled

bool WorldPackets::System::FeatureSystemStatusGlueScreen::TokenBalanceEnabled = false

Definition at line 198 of file SystemPackets.h.

◆ TokenPollTimeSeconds

uint32 WorldPackets::System::FeatureSystemStatusGlueScreen::TokenPollTimeSeconds = 0

Definition at line 210 of file SystemPackets.h.

◆ TrialBoostEnabled

bool WorldPackets::System::FeatureSystemStatusGlueScreen::TrialBoostEnabled = false

Definition at line 197 of file SystemPackets.h.

◆ Unk14

bool WorldPackets::System::FeatureSystemStatusGlueScreen::Unk14 = false

Definition at line 192 of file SystemPackets.h.

◆ Unknown901CheckoutRelated

bool WorldPackets::System::FeatureSystemStatusGlueScreen::Unknown901CheckoutRelated = false

Definition at line 203 of file SystemPackets.h.

◆ Unused1000

bool WorldPackets::System::FeatureSystemStatusGlueScreen::Unused1000 = false

Definition at line 205 of file SystemPackets.h.

◆ Unused1007

int32 WorldPackets::System::FeatureSystemStatusGlueScreen::Unused1007 = 0

Definition at line 226 of file SystemPackets.h.

◆ WillKickFromWorld

bool WorldPackets::System::FeatureSystemStatusGlueScreen::WillKickFromWorld = false

Definition at line 193 of file SystemPackets.h.


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