C_SpellBook.GetSpellBookItemLossOfControlCooldown

From Warcraft Wiki
Jump to navigation Jump to search

Returns nil if item doesn't exist or if this kind of item doesn't display cooldowns (ex: future or offspec spells)

startTime, duration = C_SpellBook.GetSpellBookItemLossOfControlCooldown(spellBookItemSlotIndex, spellBookItemSpellBank)

Arguments

spellBookItemSlotIndex
number
spellBookItemSpellBank
Enum.SpellBookSpellBank
Value Field Description
0 Player
1 Pet

Returns

startTime
number
duration
number