![]() |
TrinityCore
|
#include <LootPackets.h>
Inheritance diagram for WorldPackets::Loot::LootRollBroadcast:Public Member Functions | |
| LootRollBroadcast () | |
| 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 |
| ObjectGuid | Player |
| int32 | Roll = 0 |
| Roll value can be negative, it means that it is an "offspec" roll but only during roll selection broadcast (not when sending the result) | |
| uint8 | RollType = 0 |
| LootItemData | Item |
| bool | Autopassed = false |
| Triggers message |HlootHistory:d|h[Loot]|h: You automatically passed on: s because you cannot loot that item. | |
| bool | OffSpec = false |
| int32 | DungeonEncounterID = 0 |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 235 of file LootPackets.h.
|
inlineexplicit |
Definition at line 238 of file LootPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 192 of file LootPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool WorldPackets::Loot::LootRollBroadcast::Autopassed = false |
Triggers message |HlootHistory:d|h[Loot]|h: You automatically passed on: s because you cannot loot that item.
Definition at line 247 of file LootPackets.h.
| int32 WorldPackets::Loot::LootRollBroadcast::DungeonEncounterID = 0 |
Definition at line 249 of file LootPackets.h.
| LootItemData WorldPackets::Loot::LootRollBroadcast::Item |
Definition at line 246 of file LootPackets.h.
| ObjectGuid WorldPackets::Loot::LootRollBroadcast::LootObj |
Definition at line 242 of file LootPackets.h.
| bool WorldPackets::Loot::LootRollBroadcast::OffSpec = false |
Definition at line 248 of file LootPackets.h.
| ObjectGuid WorldPackets::Loot::LootRollBroadcast::Player |
Definition at line 243 of file LootPackets.h.
| int32 WorldPackets::Loot::LootRollBroadcast::Roll = 0 |
Roll value can be negative, it means that it is an "offspec" roll but only during roll selection broadcast (not when sending the result)
Definition at line 244 of file LootPackets.h.
| uint8 WorldPackets::Loot::LootRollBroadcast::RollType = 0 |
Definition at line 245 of file LootPackets.h.