WoW:API IsAutoRepeatAction: Difference between revisions
Jump to navigation
Jump to search
IsAutoRepeatAction - Documentation by Flickering
No edit summary |
(upgraded deprecated template) |
||
Line 1: | Line 1: | ||
{{wowapi}} | |||
<center>'''IsAutoRepeatAction''' - ''Documentation by [[User:Flickering|Flickering]]''</center> | <center>'''IsAutoRepeatAction''' - ''Documentation by [[User:Flickering|Flickering]]''</center> | ||
Line 15: | Line 16: | ||
---- | ---- | ||
__NOTOC__ | __NOTOC__ | ||
Revision as of 18:09, 6 January 2007
← WoW API < IsAutoRepeatAction
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.