Files
wow-weakauras/Meta/api/IsAutoRepeatAction.lua
2024-11-07 23:12:37 +01:00

6 lines
475 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param slot number
---@return 1nil isRepeating
---Returns whether an action is an automatically repeating action. Used in the default UI to flash the action button while the action is repeating. Applies to actions such as Auto Shot (for hunters) and Shoot (for wand and other ranged weapon users) but not to the standard melee Attack action; for it, see IsAttackAction.
function IsAutoRepeatAction(slot) end