TrinityCore
Loading...
Searching...
No Matches
WorldPackets::CombatLog::EnvironmentalDamageLog Class Referencefinal

#include <CombatLogPackets.h>

+ Inheritance diagram for WorldPackets::CombatLog::EnvironmentalDamageLog:

Public Member Functions

 EnvironmentalDamageLog ()
 
WorldPacket constWrite () 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
 
Packetoperator= (Packet const &right)=delete
 
WorldPacket constGetRawPacket () 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
 

Detailed Description

Definition at line 28 of file CombatLogPackets.h.

Constructor & Destructor Documentation

◆ EnvironmentalDamageLog()

WorldPackets::CombatLog::EnvironmentalDamageLog::EnvironmentalDamageLog ( )
inline

Definition at line 31 of file CombatLogPackets.h.

Member Function Documentation

◆ Write()

WorldPacket const * WorldPackets::CombatLog::EnvironmentalDamageLog::Write ( )
overridevirtual

Implements WorldPackets::Packet.

Definition at line 20 of file CombatLogPackets.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ Absorbed

uint32 WorldPackets::CombatLog::EnvironmentalDamageLog::Absorbed = 0

Definition at line 39 of file CombatLogPackets.h.

◆ Amount

uint32 WorldPackets::CombatLog::EnvironmentalDamageLog::Amount = 0

Definition at line 37 of file CombatLogPackets.h.

◆ Resisted

uint32 WorldPackets::CombatLog::EnvironmentalDamageLog::Resisted = 0

Definition at line 38 of file CombatLogPackets.h.

◆ Type

EnviromentalDamage WorldPackets::CombatLog::EnvironmentalDamageLog::Type = DAMAGE_EXHAUSTED

Definition at line 36 of file CombatLogPackets.h.

◆ Victim

ObjectGuid WorldPackets::CombatLog::EnvironmentalDamageLog::Victim

Definition at line 35 of file CombatLogPackets.h.


The documentation for this class was generated from the following files: