TrinityCore
WorldPackets::Party::SetLootMethod Class Referencefinal

#include <PartyPackets.h>

+ Inheritance diagram for WorldPackets::Party::SetLootMethod:

Public Member Functions

 SetLootMethod (WorldPacket &&packet)
 
void Read () override
 
- Public Member Functions inherited from WorldPackets::ClientPacket
 ClientPacket (WorldPacket &&packet)
 
 ClientPacket (OpcodeClient expectedOpcode, WorldPacket &&packet)
 
WorldPacket const * Write () override final
 
OpcodeClient 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

Optional< uint8PartyIndex
 
ObjectGuid LootMasterGUID
 
uint8 LootMethod = 0u
 
uint32 LootThreshold = 0u
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 279 of file PartyPackets.h.

Constructor & Destructor Documentation

◆ SetLootMethod()

WorldPackets::Party::SetLootMethod::SetLootMethod ( WorldPacket &&  packet)
inline

Definition at line 282 of file PartyPackets.h.

Member Function Documentation

◆ Read()

void WorldPackets::Party::SetLootMethod::Read ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 294 of file PartyPackets.cpp.

Member Data Documentation

◆ LootMasterGUID

ObjectGuid WorldPackets::Party::SetLootMethod::LootMasterGUID

Definition at line 287 of file PartyPackets.h.

◆ LootMethod

uint8 WorldPackets::Party::SetLootMethod::LootMethod = 0u

Definition at line 288 of file PartyPackets.h.

◆ LootThreshold

uint32 WorldPackets::Party::SetLootMethod::LootThreshold = 0u

Definition at line 289 of file PartyPackets.h.

◆ PartyIndex

Optional<uint8> WorldPackets::Party::SetLootMethod::PartyIndex

Definition at line 286 of file PartyPackets.h.


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