TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
WorldPackets::Spells::CategoryCooldown::CategoryCooldownInfo Struct Reference

#include <SpellPackets.h>

Public Member Functions

 CategoryCooldownInfo (uint32 category, int32 cooldown)
 

Public Attributes

uint32 Category = 0
 SpellCategory Id. More...
 
int32 ModCooldown = 0
 Reduced Cooldown in ms. More...
 

Constructor & Destructor Documentation

WorldPackets::Spells::CategoryCooldown::CategoryCooldownInfo::CategoryCooldownInfo ( uint32  category,
int32  cooldown 
)
inline
101  : Category(category), ModCooldown(cooldown) { }
int32 ModCooldown
Reduced Cooldown in ms.
Definition: SpellPackets.h:104
uint32 Category
SpellCategory Id.
Definition: SpellPackets.h:103

Member Data Documentation

uint32 WorldPackets::Spells::CategoryCooldown::CategoryCooldownInfo::Category = 0

SpellCategory Id.

int32 WorldPackets::Spells::CategoryCooldown::CategoryCooldownInfo::ModCooldown = 0

Reduced Cooldown in ms.


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