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

11 lines
349 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