![]() |
TrinityCore
|
#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 |
Definition at line 65 of file SpellHistory.h.
| TimePoint SpellHistory::CooldownEntry::CategoryEnd = TimePoint::min() |
Definition at line 71 of file SpellHistory.h.
| uint32 SpellHistory::CooldownEntry::CategoryId = 0 |
Definition at line 70 of file SpellHistory.h.
| TimePoint SpellHistory::CooldownEntry::CooldownEnd = TimePoint::min() |
Definition at line 68 of file SpellHistory.h.
| uint32 SpellHistory::CooldownEntry::ItemId = 0 |
Definition at line 69 of file SpellHistory.h.
| bool SpellHistory::CooldownEntry::OnHold = false |
Definition at line 72 of file SpellHistory.h.
| uint32 SpellHistory::CooldownEntry::SpellId = 0 |
Definition at line 67 of file SpellHistory.h.