Files
wow_Meta/api/IsAutoRepeatSpell.lua
2025-05-04 15:15:00 +02:00

8 lines
228 B
Lua

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