TrinityCore
WorldPackets::Party::PartyUpdate Class Referencefinal

#include <PartyPackets.h>

+ Inheritance diagram for WorldPackets::Party::PartyUpdate:

Public Member Functions

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

uint16 PartyFlags = 0
 
uint8 PartyIndex = 0
 
uint8 PartyType = 0
 
ObjectGuid PartyGUID
 
ObjectGuid LeaderGUID
 
uint8 LeaderFactionGroup = 0
 
int32 MyIndex = 0
 
int32 SequenceNum = 0
 
std::vector< PartyPlayerInfoPlayerList
 
Optional< PartyLFGInfoLfgInfos
 
Optional< PartyLootSettingsLootSettings
 
Optional< PartyDifficultySettingsDifficultySettings
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 546 of file PartyPackets.h.

Constructor & Destructor Documentation

◆ PartyUpdate()

WorldPackets::Party::PartyUpdate::PartyUpdate ( )
inline

Definition at line 549 of file PartyPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::Party::PartyUpdate::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 501 of file PartyPackets.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ DifficultySettings

Optional<PartyDifficultySettings> WorldPackets::Party::PartyUpdate::DifficultySettings

Definition at line 568 of file PartyPackets.h.

◆ LeaderFactionGroup

uint8 WorldPackets::Party::PartyUpdate::LeaderFactionGroup = 0

Definition at line 559 of file PartyPackets.h.

◆ LeaderGUID

ObjectGuid WorldPackets::Party::PartyUpdate::LeaderGUID

Definition at line 558 of file PartyPackets.h.

◆ LfgInfos

Optional<PartyLFGInfo> WorldPackets::Party::PartyUpdate::LfgInfos

Definition at line 566 of file PartyPackets.h.

◆ LootSettings

Optional<PartyLootSettings> WorldPackets::Party::PartyUpdate::LootSettings

Definition at line 567 of file PartyPackets.h.

◆ MyIndex

int32 WorldPackets::Party::PartyUpdate::MyIndex = 0

Definition at line 561 of file PartyPackets.h.

◆ PartyFlags

uint16 WorldPackets::Party::PartyUpdate::PartyFlags = 0

Definition at line 553 of file PartyPackets.h.

◆ PartyGUID

ObjectGuid WorldPackets::Party::PartyUpdate::PartyGUID

Definition at line 557 of file PartyPackets.h.

◆ PartyIndex

uint8 WorldPackets::Party::PartyUpdate::PartyIndex = 0

Definition at line 554 of file PartyPackets.h.

◆ PartyType

uint8 WorldPackets::Party::PartyUpdate::PartyType = 0

Definition at line 555 of file PartyPackets.h.

◆ PlayerList

std::vector<PartyPlayerInfo> WorldPackets::Party::PartyUpdate::PlayerList

Definition at line 564 of file PartyPackets.h.

◆ SequenceNum

int32 WorldPackets::Party::PartyUpdate::SequenceNum = 0

Definition at line 562 of file PartyPackets.h.


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