7 lines
235 B
Lua
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 |