TrinityCore
Loading...
Searching...
No Matches
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 () 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

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

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 583 of file PartyPackets.h.

Constructor & Destructor Documentation

◆ PartyUpdate()

WorldPackets::Party::PartyUpdate::PartyUpdate ( )
inlineexplicit

Definition at line 586 of file PartyPackets.h.

Member Function Documentation

◆ Write()

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

Implements WorldPackets::Packet.

Definition at line 556 of file PartyPackets.cpp.

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

Member Data Documentation

◆ ChallengeMode

Optional<ChallengeModeData> WorldPackets::Party::PartyUpdate::ChallengeMode

Definition at line 605 of file PartyPackets.h.

◆ DifficultySettings

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

Definition at line 608 of file PartyPackets.h.

◆ LeaderFactionGroup

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

Definition at line 596 of file PartyPackets.h.

◆ LeaderGUID

ObjectGuid WorldPackets::Party::PartyUpdate::LeaderGUID

Definition at line 595 of file PartyPackets.h.

◆ LfgInfos

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

Definition at line 606 of file PartyPackets.h.

◆ LootSettings

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

Definition at line 607 of file PartyPackets.h.

◆ MyIndex

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

Definition at line 598 of file PartyPackets.h.

◆ PartyFlags

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

Definition at line 590 of file PartyPackets.h.

◆ PartyGUID

ObjectGuid WorldPackets::Party::PartyUpdate::PartyGUID

Definition at line 594 of file PartyPackets.h.

◆ PartyIndex

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

Definition at line 591 of file PartyPackets.h.

◆ PartyType

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

Definition at line 592 of file PartyPackets.h.

◆ PingRestriction

RestrictPingsTo WorldPackets::Party::PartyUpdate::PingRestriction = { }

Definition at line 601 of file PartyPackets.h.

◆ PlayerList

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

Definition at line 603 of file PartyPackets.h.

◆ SequenceNum

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

Definition at line 599 of file PartyPackets.h.


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