WoW API: IsAutoRepeatAction

WoW API < IsAutoRepeatAction

Determine whether action slot is auto repeating.

isRepeating = IsAutoRepeatAction(actionSlot)

ParametersEdit

ArgumentsEdit

(actionSlot)
actionSlot
Numeric - The action slot to test.

ReturnsEdit

isRepeating
isAutoRepeat
Flag - 1 if the action in the slot is currently auto-repeating, nil if it is not auto-repeating or the slot is empty.