TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
WorldPackets::System::FeatureSystemStatusGlueScreen Class Referencefinal

#include <SystemPackets.h>

Public Member Functions

 FeatureSystemStatusGlueScreen ()
 
WorldPacket constWrite () override
 
- Public Member Functions inherited from WorldPackets::ServerPacket
 ServerPacket (OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT)
 
void Read () overridefinal
 
void Clear ()
 
WorldPacket && Move ()
 
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
 
WorldPacket constGetRawPacket () 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
 
int32 TokenPollTimeSeconds = 0
 
int32 TokenRedeemIndex = 0
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Constructor & Destructor Documentation

WorldPackets::System::FeatureSystemStatusGlueScreen::FeatureSystemStatusGlueScreen ( )
inline
ServerPacket(OpcodeServer opcode, size_t initialSize=200, ConnectionType connection=CONNECTION_TYPE_DEFAULT)
Definition: Packet.h:49

Member Function Documentation

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

Implements WorldPackets::Packet.

88 {
98 
101 
102  return &_worldPacket;
103 }
bool IsExpansionPreorderInStore
Definition: SystemPackets.h:104
void FlushBits()
Definition: ByteBuffer.h:150
bool Unk14
Definition: SystemPackets.h:102
WorldPacket _worldPacket
Definition: Packet.h:43
bool WriteBit(uint32 bit)
Definition: ByteBuffer.h:170
bool BpayStoreDisabledByParentalControls
Definition: SystemPackets.h:98
bool CharUndeleteEnabled
Definition: SystemPackets.h:99
bool WillKickFromWorld
Definition: SystemPackets.h:103
int32 TokenPollTimeSeconds
Definition: SystemPackets.h:105
bool BpayStoreAvailable
Definition: SystemPackets.h:97
int32_t int32
Definition: g3dmath.h:167
bool BpayStoreEnabled
Definition: SystemPackets.h:100
bool CommerceSystemEnabled
Definition: SystemPackets.h:101
int32 TokenRedeemIndex
Definition: SystemPackets.h:106

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

bool WorldPackets::System::FeatureSystemStatusGlueScreen::BpayStoreAvailable = false
bool WorldPackets::System::FeatureSystemStatusGlueScreen::BpayStoreDisabledByParentalControls = false
bool WorldPackets::System::FeatureSystemStatusGlueScreen::BpayStoreEnabled = false
bool WorldPackets::System::FeatureSystemStatusGlueScreen::CharUndeleteEnabled = false
bool WorldPackets::System::FeatureSystemStatusGlueScreen::CommerceSystemEnabled = false
bool WorldPackets::System::FeatureSystemStatusGlueScreen::IsExpansionPreorderInStore = false
int32 WorldPackets::System::FeatureSystemStatusGlueScreen::TokenPollTimeSeconds = 0
int32 WorldPackets::System::FeatureSystemStatusGlueScreen::TokenRedeemIndex = 0
bool WorldPackets::System::FeatureSystemStatusGlueScreen::Unk14 = false
bool WorldPackets::System::FeatureSystemStatusGlueScreen::WillKickFromWorld = false

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