![]() |
TrinityCore
|
#include <MiscPackets.h>
Inheritance diagram for WorldPackets::Misc::DisplayToast:Public Member Functions | |
| DisplayToast () | |
| 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 | |
| uint64 | Quantity = 0 |
| uint32 | QuestID = 0 |
| ::DisplayToastMethod | DisplayToastMethod = { } |
| bool | Mailed = false |
| DisplayToastType | Type = { } |
| bool | IsSecondaryResult = false |
| Item::ItemInstance | Item |
| int32 | LootSpec = 0 |
| ::Gender | Gender = GENDER_NONE |
| bool | BonusRoll = false |
| bool | ForceToast = false |
| Ignores ITEM_FLAG3_DO_NOT_TOAST. | |
| uint32 | CurrencyID = 0 |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 1016 of file MiscPackets.h.
|
inlineexplicit |
Definition at line 1019 of file MiscPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 801 of file MiscPackets.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| bool WorldPackets::Misc::DisplayToast::BonusRoll = false |
Definition at line 1032 of file MiscPackets.h.
| uint32 WorldPackets::Misc::DisplayToast::CurrencyID = 0 |
Definition at line 1034 of file MiscPackets.h.
| ::DisplayToastMethod WorldPackets::Misc::DisplayToast::DisplayToastMethod = { } |
Definition at line 1025 of file MiscPackets.h.
| bool WorldPackets::Misc::DisplayToast::ForceToast = false |
Ignores ITEM_FLAG3_DO_NOT_TOAST.
Definition at line 1033 of file MiscPackets.h.
| ::Gender WorldPackets::Misc::DisplayToast::Gender = GENDER_NONE |
Definition at line 1031 of file MiscPackets.h.
| bool WorldPackets::Misc::DisplayToast::IsSecondaryResult = false |
Definition at line 1028 of file MiscPackets.h.
| Item::ItemInstance WorldPackets::Misc::DisplayToast::Item |
Definition at line 1029 of file MiscPackets.h.
| int32 WorldPackets::Misc::DisplayToast::LootSpec = 0 |
Definition at line 1030 of file MiscPackets.h.
| bool WorldPackets::Misc::DisplayToast::Mailed = false |
Definition at line 1026 of file MiscPackets.h.
| uint64 WorldPackets::Misc::DisplayToast::Quantity = 0 |
Definition at line 1023 of file MiscPackets.h.
| uint32 WorldPackets::Misc::DisplayToast::QuestID = 0 |
Definition at line 1024 of file MiscPackets.h.
| DisplayToastType WorldPackets::Misc::DisplayToast::Type = { } |
Definition at line 1027 of file MiscPackets.h.