![]() |
TrinityCore
|
#include <CombatLogPackets.h>
Inheritance diagram for WorldPackets::CombatLog::EnvironmentalDamageLog:Public Member Functions | |
| EnvironmentalDamageLog () | |
| WorldPacket const * | Write () override |
Public Member Functions inherited from WorldPackets::ServerPacket | |
| ServerPacket (OpcodeServer opcode, size_t initialSize=200) | |
| void | Read () override 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 |
Public Attributes | |
| ObjectGuid | Victim |
| EnviromentalDamage | Type = DAMAGE_EXHAUSTED |
| uint32 | Amount = 0 |
| uint32 | Resisted = 0 |
| uint32 | Absorbed = 0 |
Additional Inherited Members | |
Protected Attributes inherited from WorldPackets::Packet | |
| WorldPacket | _worldPacket |
Definition at line 28 of file CombatLogPackets.h.
|
inline |
Definition at line 31 of file CombatLogPackets.h.
|
overridevirtual |
Implements WorldPackets::Packet.
Definition at line 20 of file CombatLogPackets.cpp.
Here is the caller graph for this function:| uint32 WorldPackets::CombatLog::EnvironmentalDamageLog::Absorbed = 0 |
Definition at line 39 of file CombatLogPackets.h.
| uint32 WorldPackets::CombatLog::EnvironmentalDamageLog::Amount = 0 |
Definition at line 37 of file CombatLogPackets.h.
| uint32 WorldPackets::CombatLog::EnvironmentalDamageLog::Resisted = 0 |
Definition at line 38 of file CombatLogPackets.h.
| EnviromentalDamage WorldPackets::CombatLog::EnvironmentalDamageLog::Type = DAMAGE_EXHAUSTED |
Definition at line 36 of file CombatLogPackets.h.
| ObjectGuid WorldPackets::CombatLog::EnvironmentalDamageLog::Victim |
Definition at line 35 of file CombatLogPackets.h.