GetActionLossOfControlCooldown

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 5.1.0 / 1.13.2

Returns information about a loss-of-control cooldown affecting an action.

start, duration = GetActionLossOfControlCooldown(slot)

Arguments

slot
number - action slot to query information about.

Returns

start
number - time at which the cooldown began, per GetTime.
duration
number - duration of the cooldown in seconds; 0 if the action is not currently affected by a loss-of-control cooldown.

Patch changes

Mists of Pandaria Patch 5.1.0 (2012-11-27): Added.

See also