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

8 lines
233 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