WoW:API IsAutoRepeatAction: Difference between revisions
Jump to navigation
Jump to search
IsAutoRepeatAction - Documentation by Flickering
mNo edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
__NOTOC__ | __NOTOC__ | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
Revision as of 18:44, 3 January 2006
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.