WoW:API IsAutoRepeatAction

Revision as of 18:44, 3 January 2006 by WoWWiki>Muert
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