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

#include <SpellPackets.h>

Public Member Functions

 SpellCooldownStruct ()
 
 SpellCooldownStruct (uint32 spellId, uint32 forcedCooldown)
 

Public Attributes

uint32 SrecID = 0
 
uint32 ForcedCooldown = 0
 

Constructor & Destructor Documentation

WorldPackets::Spells::SpellCooldownStruct::SpellCooldownStruct ( )
inline
518 { }
WorldPackets::Spells::SpellCooldownStruct::SpellCooldownStruct ( uint32  spellId,
uint32  forcedCooldown 
)
inline
519 : SrecID(spellId), ForcedCooldown(forcedCooldown) { }
uint32 ForcedCooldown
Definition: SpellPackets.h:522
uint32 SrecID
Definition: SpellPackets.h:521

Member Data Documentation

uint32 WorldPackets::Spells::SpellCooldownStruct::ForcedCooldown = 0
uint32 WorldPackets::Spells::SpellCooldownStruct::SrecID = 0

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