Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards. |
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[]
Patch 5.1.0 (2012-11-27): Added.