TrinityCore
SpellHistory::CooldownEntry Struct Reference

#include <SpellHistory.h>

Public Attributes

uint32 SpellId = 0
 
TimePoint CooldownEnd = TimePoint::min()
 
uint32 ItemId = 0
 
uint32 CategoryId = 0
 
TimePoint CategoryEnd = TimePoint::min()
 
bool OnHold = false
 

Detailed Description

Definition at line 53 of file SpellHistory.h.

Member Data Documentation

◆ CategoryEnd

TimePoint SpellHistory::CooldownEntry::CategoryEnd = TimePoint::min()

Definition at line 59 of file SpellHistory.h.

◆ CategoryId

uint32 SpellHistory::CooldownEntry::CategoryId = 0

Definition at line 58 of file SpellHistory.h.

◆ CooldownEnd

TimePoint SpellHistory::CooldownEntry::CooldownEnd = TimePoint::min()

Definition at line 56 of file SpellHistory.h.

◆ ItemId

uint32 SpellHistory::CooldownEntry::ItemId = 0

Definition at line 57 of file SpellHistory.h.

◆ OnHold

bool SpellHistory::CooldownEntry::OnHold = false

Definition at line 60 of file SpellHistory.h.

◆ SpellId

uint32 SpellHistory::CooldownEntry::SpellId = 0

Definition at line 55 of file SpellHistory.h.


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