IsAutoRepeatAction

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

Returns true if an action is currently auto-repeating (e.g. Shoot for wand and Auto Shot for Hunters).

isRepeating = IsAutoRepeatAction(actionSlot)

Arguments

actionSlot
number - The action slot to query.

Returns

isRepeating
boolean - true if the action in the slot is currently auto-repeating, false if it is not auto-repeating or the slot is empty.

See also

  • IsAutoRepeatSpell