![]() |
TrinityCore
|
#include <CombatPackets.h>
Inheritance diagram for WorldPackets::Combat::HighestThreatUpdate:Public Member Functions | |
| HighestThreatUpdate () | |
| 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 | UnitGUID |
| std::vector< ThreatInfo > | ThreatList |
| ObjectGuid | HighestThreatGUID |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 101 of file CombatPackets.h.
|
inlineexplicit |
Definition at line 104 of file CombatPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 59 of file CombatPackets.cpp.
| ObjectGuid WorldPackets::Combat::HighestThreatUpdate::HighestThreatGUID |
Definition at line 110 of file CombatPackets.h.
| std::vector<ThreatInfo> WorldPackets::Combat::HighestThreatUpdate::ThreatList |
Definition at line 109 of file CombatPackets.h.
| ObjectGuid WorldPackets::Combat::HighestThreatUpdate::UnitGUID |
Definition at line 108 of file CombatPackets.h.