TrinityCore
Loading...
Searching...
No Matches
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 65 of file SpellHistory.h.

Member Data Documentation

◆ CategoryEnd

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

Definition at line 71 of file SpellHistory.h.

◆ CategoryId

uint32 SpellHistory::CooldownEntry::CategoryId = 0

Definition at line 70 of file SpellHistory.h.

◆ CooldownEnd

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

Definition at line 68 of file SpellHistory.h.

◆ ItemId

uint32 SpellHistory::CooldownEntry::ItemId = 0

Definition at line 69 of file SpellHistory.h.

◆ OnHold

bool SpellHistory::CooldownEntry::OnHold = false

Definition at line 72 of file SpellHistory.h.

◆ SpellId

uint32 SpellHistory::CooldownEntry::SpellId = 0

Definition at line 67 of file SpellHistory.h.


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