WoW:API GetRuneCooldown: Difference between revisions
Jump to navigation
Jump to search
(Removing NYI - Is in live game already.) |
m (Move page script moved page API GetRuneCooldown to API GetRuneCooldown without leaving a redirect) |
(No difference)
|
Latest revision as of 04:46, 15 August 2023
Gets the cooldown information about a Death Knight's Rune
start, duration, runeReady = GetRuneCooldown(id)
Parameters[edit]
Arguments
- id
- The rune's id. A number between 1 and 6 denoting which rune to be queried.
Returns
- start - Used for Cooldown Object
- duration - Used for Cooldown Object
- runeReady - If the rune is "cooled" or not.