WoW API: IsAutoRepeatAction

Revision as of 04:46, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API IsAutoRepeatAction to API IsAutoRepeatAction without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.