WoW:API GetRuneCooldown: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(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...)
 
(Removing NYI - Is in live game already.)
Line 1: Line 1:
{{NYI}} {{wowapi}} __NOTOC__
{{wowapi}} __NOTOC__


Gets the cooldown information about a Death Knight's Rune
Gets the cooldown information about a Death Knight's Rune

Revision as of 00:01, 28 December 2009

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.