WoW API: GetRuneCooldown

From AddOn Studio
Revision as of 12:46, 8 August 2008 by WoWWiki>ReAn (New page: {{NYI}} {{wowapi}} __NOTOC__ Gets the cooldown information about a Death Knight's Rune start, duration, runeReady = GetRuneCooldown(id) == Parameters == <big>'''Arguments'''</big> :;id...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WoW API < GetRuneCooldown

Gets the cooldown information about a Death Knight's Rune

start, duration, runeReady = GetRuneCooldown(id)

Parameters

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.