TrinityCore
Loading...
Searching...
No Matches
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 () 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
 
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 1128 of file GuildPackets.h.

Constructor & Destructor Documentation

◆ GuildChallengeUpdate()

WorldPackets::Guild::GuildChallengeUpdate::GuildChallengeUpdate ( )
inlineexplicit

Definition at line 1131 of file GuildPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 909 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 1135 of file GuildPackets.h.

◆ Gold

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

Definition at line 1137 of file GuildPackets.h.

◆ MaxCount

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

Definition at line 1136 of file GuildPackets.h.

◆ MaxLevelGold

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

Definition at line 1138 of file GuildPackets.h.


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