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

13 lines
350 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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