TrinityCore
WorldPackets::Guild::GuildChallengeUpdate Class Referencefinal

#include <GuildPackets.h>

+ Inheritance diagram for WorldPackets::Guild::GuildChallengeUpdate:

Public Member Functions

 GuildChallengeUpdate ()
 
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 CurrentCount [GUILD_CHALLENGES_TYPES] = { }
 
int32 MaxCount [GUILD_CHALLENGES_TYPES] = { }
 
int32 Gold [GUILD_CHALLENGES_TYPES] = { }
 
int32 MaxLevelGold [GUILD_CHALLENGES_TYPES] = { }
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 1134 of file GuildPackets.h.

Constructor & Destructor Documentation

◆ GuildChallengeUpdate()

WorldPackets::Guild::GuildChallengeUpdate::GuildChallengeUpdate ( )
inline

Definition at line 1137 of file GuildPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::Guild::GuildChallengeUpdate::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 919 of file GuildPackets.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ CurrentCount

int32 WorldPackets::Guild::GuildChallengeUpdate::CurrentCount[GUILD_CHALLENGES_TYPES] = { }

Definition at line 1141 of file GuildPackets.h.

◆ Gold

int32 WorldPackets::Guild::GuildChallengeUpdate::Gold[GUILD_CHALLENGES_TYPES] = { }

Definition at line 1143 of file GuildPackets.h.

◆ MaxCount

int32 WorldPackets::Guild::GuildChallengeUpdate::MaxCount[GUILD_CHALLENGES_TYPES] = { }

Definition at line 1142 of file GuildPackets.h.

◆ MaxLevelGold

int32 WorldPackets::Guild::GuildChallengeUpdate::MaxLevelGold[GUILD_CHALLENGES_TYPES] = { }

Definition at line 1144 of file GuildPackets.h.


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