7 lines
219 B
Lua
7 lines
219 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
|