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

7 lines
235 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param slot number
---@param unit string
---@return number inRange
---Returns whether the player's target is in range of an action
function IsActionInRange(slot, unit) end