Files
wow_Meta/api/IsSpellInRange.lua
2025-05-04 14:35:26 +02:00

12 lines
341 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param index number
---@param bookType spell
---@param pet
---@param spell
---@param name string
---@param unit string
---@return 1nil inRange
---Returns whether the player is in range to cast a spell on a unit
function IsSpellInRange(index, bookType, pet, spell, name, unit) end