Files
wow_Meta/api/IsAutoRepeatSpell.lua
2024-12-16 13:13:08 +01:00

6 lines
220 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