WoW:API IsAutoRepeatAction: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 16: Line 16:
__NOTOC__
__NOTOC__
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|IsAutoRepeatAction]]
[[Category:API Action Functions|IsAutoRepeatAction]]
[[Category:API Action Functions|IsAutoRepeatAction]]

Revision as of 18:21, 27 August 2005

IsAutoRepeatAction - Documentation by Flickering

Determine whether action slot is auto repeating.

isRepeating = IsAutoRepeatAction(actionSlot)

Parameters

Arguments

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

Returns

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.

Template:WoW API