TrinityCore
WorldPackets::Spells::SpellLogPowerData Struct Reference

#include <CombatLogPacketsCommon.h>

Public Member Functions

 SpellLogPowerData (int32 powerType, int32 amount, int32 cost)
 

Public Attributes

int32 PowerType = 0
 
int32 Amount = 0
 
int32 Cost = 0
 

Detailed Description

Definition at line 31 of file CombatLogPacketsCommon.h.

Constructor & Destructor Documentation

◆ SpellLogPowerData()

WorldPackets::Spells::SpellLogPowerData::SpellLogPowerData ( int32  powerType,
int32  amount,
int32  cost 
)
inline

Definition at line 33 of file CombatLogPacketsCommon.h.

Member Data Documentation

◆ Amount

int32 WorldPackets::Spells::SpellLogPowerData::Amount = 0

Definition at line 36 of file CombatLogPacketsCommon.h.

◆ Cost

int32 WorldPackets::Spells::SpellLogPowerData::Cost = 0

Definition at line 37 of file CombatLogPacketsCommon.h.

◆ PowerType

int32 WorldPackets::Spells::SpellLogPowerData::PowerType = 0

Definition at line 35 of file CombatLogPacketsCommon.h.


The documentation for this struct was generated from the following file: