Method
Player:HasSpellCooldown
[-]
[+]
Returns true if the Spell specified by ID is currently on cooldown for the Player, false otherwise.
hasSpellCooldown = Player:HasSpellCooldown( spellId )
number spellId
Valid numbers: integers from 0 to 4,294,967,295.
boolean hasSpellCooldown
- See method description.