![]() |
TrinityCore
|
#include <LootPackets.h>
Inheritance diagram for WorldPackets::Loot::StartLootRoll:Public Member Functions | |
| StartLootRoll () | |
| 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 | |
| Packet & | operator= (Packet const &right)=delete |
| WorldPacket const * | GetRawPacket () const |
| size_t | GetSize () const |
| ConnectionType | GetConnection () const |
Public Attributes | |
| ObjectGuid | LootObj |
| int32 | MapID = 0 |
| Duration< Milliseconds, uint32 > | RollTime |
| uint8 | Method = 0 |
| uint8 | ValidRolls = 0 |
| std::array< LootRollIneligibilityReason, 5 > | LootRollIneligibleReason = { } |
| LootItemData | Item |
| int32 | DungeonEncounterID = 0 |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 218 of file LootPackets.h.
|
inlineexplicit |
Definition at line 221 of file LootPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 178 of file LootPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int32 WorldPackets::Loot::StartLootRoll::DungeonEncounterID = 0 |
Definition at line 232 of file LootPackets.h.
| LootItemData WorldPackets::Loot::StartLootRoll::Item |
Definition at line 231 of file LootPackets.h.
| ObjectGuid WorldPackets::Loot::StartLootRoll::LootObj |
Definition at line 225 of file LootPackets.h.
| std::array<LootRollIneligibilityReason, 5> WorldPackets::Loot::StartLootRoll::LootRollIneligibleReason = { } |
Definition at line 230 of file LootPackets.h.
| int32 WorldPackets::Loot::StartLootRoll::MapID = 0 |
Definition at line 226 of file LootPackets.h.
| uint8 WorldPackets::Loot::StartLootRoll::Method = 0 |
Definition at line 228 of file LootPackets.h.
| Duration<Milliseconds, uint32> WorldPackets::Loot::StartLootRoll::RollTime |
Definition at line 227 of file LootPackets.h.
| uint8 WorldPackets::Loot::StartLootRoll::ValidRolls = 0 |
Definition at line 229 of file LootPackets.h.