AzerothCore 3.3.5a
OpenSource WoW Emulator
Loading...
Searching...
No Matches
CreatureSpellCooldown Struct Reference

#include "CreatureData.h"

Public Member Functions

 CreatureSpellCooldown ()=default
 
 CreatureSpellCooldown (uint16 categoryId, uint32 endTime)
 

Public Attributes

uint16 category {0}
 
uint32 end {0}
 

Detailed Description

Constructor & Destructor Documentation

◆ CreatureSpellCooldown() [1/2]

CreatureSpellCooldown::CreatureSpellCooldown ( )
default

◆ CreatureSpellCooldown() [2/2]

CreatureSpellCooldown::CreatureSpellCooldown ( uint16  categoryId,
uint32  endTime 
)
inline
531: category(categoryId), end(endTime) { }
uint16 category
Definition: CreatureData.h:533
uint32 end
Definition: CreatureData.h:534

Member Data Documentation

◆ category

uint16 CreatureSpellCooldown::category {0}

◆ end

uint32 CreatureSpellCooldown::end {0}