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

6 lines
225 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param spellName string
---@return 1nil isAutoRepeat
---Returns whether a spell is an automatically repeating spell
function IsAutoRepeatSpell(spellName) end