TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
WorldPackets::Party::SetLootMethod Class Referencefinal

#include <PartyPackets.h>

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 constWrite () overridefinal
 
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
 
WorldPacket constGetRawPacket () const
 
size_t GetSize () const
 
ConnectionType GetConnection () const
 

Public Attributes

int8 PartyIndex = 0
 
ObjectGuid LootMasterGUID
 
uint8 LootMethod = 0u
 
uint32 LootThreshold = 0u
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Constructor & Destructor Documentation

WorldPackets::Party::SetLootMethod::SetLootMethod ( WorldPacket &&  packet)
inline
263 : ClientPacket(CMSG_SET_LOOT_METHOD, std::move(packet)) { }
Definition: Opcodes.h:622
ClientPacket(WorldPacket &&packet)
Definition: Packet.h:62

Member Function Documentation

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

Implements WorldPackets::Packet.

197 {
202 }
WorldPacket _worldPacket
Definition: Packet.h:43
uint8 LootMethod
Definition: PartyPackets.h:269
uint32 LootThreshold
Definition: PartyPackets.h:270
int8 PartyIndex
Definition: PartyPackets.h:267
ObjectGuid LootMasterGUID
Definition: PartyPackets.h:268

Member Data Documentation

ObjectGuid WorldPackets::Party::SetLootMethod::LootMasterGUID
uint8 WorldPackets::Party::SetLootMethod::LootMethod = 0u
uint32 WorldPackets::Party::SetLootMethod::LootThreshold = 0u
int8 WorldPackets::Party::SetLootMethod::PartyIndex = 0

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