WoW:API IsAutoRepeatAction: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API IsAutoRepeatAction to API IsAutoRepeatAction without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center>'''IsAutoRepeatAction''' - ''Documentation by [[User:Flickering|Flickering]]''</center>
{{wowapi}}


Determine whether action slot is auto repeating.
Determine whether action slot is auto repeating.
Line 15: Line 15:
----
----
__NOTOC__
__NOTOC__
{{Template:WoW API}}
[[Category:API Functions|IsAutoRepeatAction]]
[[Category:API Action Functions|IsAutoRepeatAction]]

Latest revision as of 04:46, 15 August 2023

WoW API < IsAutoRepeatAction

Determine whether action slot is auto repeating.

isRepeating = IsAutoRepeatAction(actionSlot)

Parameters[edit]

Arguments[edit]

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

Returns[edit]

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.