Returns the base cooldown of a spell


See also Spell functions.

Signature:

cooldown = GetSpellBaseCooldown(id)

Arguments:

  • id - Numeric ID of a spell (number, spellID)

Returns:

  • cooldown - The duration of the cooldown in milliseconds, or nil if the spellID is invalid (number)