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...)
 
m (Move page script moved page API GetRuneCooldown to API GetRuneCooldown without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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

Latest revision as of 04:46, 15 August 2023

WoW API < GetRuneCooldown

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.