WoW API: IsAutoRepeatAction

From AddOn Studio
Revision as of 18:09, 6 January 2007 by WoWWiki>Hobinbot (upgraded deprecated template)
Jump to navigation Jump to search

WoW API < IsAutoRepeatAction

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.