TrinityCore
WorldPackets::Battleground::SeasonInfo Class Referencefinal

#include <BattlegroundPackets.h>

+ Inheritance diagram for WorldPackets::Battleground::SeasonInfo:

Public Member Functions

 SeasonInfo ()
 
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

int32 MythicPlusDisplaySeasonID = 0
 
int32 MythicPlusMilestoneSeasonID = 0
 
int32 PreviousArenaSeason = 0
 
int32 CurrentArenaSeason = 0
 
int32 PvpSeasonID = 0
 
int32 ConquestWeeklyProgressCurrencyID = 0
 
bool WeeklyRewardChestsEnabled = false
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 33 of file BattlegroundPackets.h.

Constructor & Destructor Documentation

◆ SeasonInfo()

WorldPackets::Battleground::SeasonInfo::SeasonInfo ( )
inline

Definition at line 36 of file BattlegroundPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::Battleground::SeasonInfo::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 20 of file BattlegroundPackets.cpp.

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

Member Data Documentation

◆ ConquestWeeklyProgressCurrencyID

int32 WorldPackets::Battleground::SeasonInfo::ConquestWeeklyProgressCurrencyID = 0

Definition at line 45 of file BattlegroundPackets.h.

◆ CurrentArenaSeason

int32 WorldPackets::Battleground::SeasonInfo::CurrentArenaSeason = 0

Definition at line 43 of file BattlegroundPackets.h.

◆ MythicPlusDisplaySeasonID

int32 WorldPackets::Battleground::SeasonInfo::MythicPlusDisplaySeasonID = 0

Definition at line 40 of file BattlegroundPackets.h.

◆ MythicPlusMilestoneSeasonID

int32 WorldPackets::Battleground::SeasonInfo::MythicPlusMilestoneSeasonID = 0

Definition at line 41 of file BattlegroundPackets.h.

◆ PreviousArenaSeason

int32 WorldPackets::Battleground::SeasonInfo::PreviousArenaSeason = 0

Definition at line 42 of file BattlegroundPackets.h.

◆ PvpSeasonID

int32 WorldPackets::Battleground::SeasonInfo::PvpSeasonID = 0

Definition at line 44 of file BattlegroundPackets.h.

◆ WeeklyRewardChestsEnabled

bool WorldPackets::Battleground::SeasonInfo::WeeklyRewardChestsEnabled = false

Definition at line 46 of file BattlegroundPackets.h.


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