TrinityCore
Loading...
Searching...
No Matches
WorldPackets::Loot::LootList Class Referencefinal

#include <LootPackets.h>

+ Inheritance diagram for WorldPackets::Loot::LootList:

Public Member Functions

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

ObjectGuid Owner
 
ObjectGuid LootObj
 
Optional< ObjectGuidMaster
 
Optional< ObjectGuidRoundRobinWinner
 

Additional Inherited Members

- Protected Attributes inherited from WorldPackets::Packet
WorldPacket _worldPacket
 

Detailed Description

Definition at line 195 of file LootPackets.h.

Constructor & Destructor Documentation

◆ LootList()

WorldPackets::Loot::LootList::LootList ( )
inlineexplicit

Definition at line 198 of file LootPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::Loot::LootList::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 154 of file LootPackets.cpp.

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

Member Data Documentation

◆ LootObj

ObjectGuid WorldPackets::Loot::LootList::LootObj

Definition at line 203 of file LootPackets.h.

◆ Master

Optional<ObjectGuid> WorldPackets::Loot::LootList::Master

Definition at line 204 of file LootPackets.h.

◆ Owner

ObjectGuid WorldPackets::Loot::LootList::Owner

Definition at line 202 of file LootPackets.h.

◆ RoundRobinWinner

Optional<ObjectGuid> WorldPackets::Loot::LootList::RoundRobinWinner

Definition at line 205 of file LootPackets.h.


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