Files
wow_Meta/api/CheckInteractDistance.lua
PhatPhuckDave ba1f7e14bf Update
Update

Update

Update

Update

Update

Update

Update

Update

Update
2025-05-04 23:23:42 +02:00

15 lines
340 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@alias distIndex
---| 1
---| 2
---| 3
---| 4
---@param unit string
---@param distIndex distIndex
---@return boolean canInteract
---Returns whether the player is close enough to a unit for certain types of interaction
function CheckInteractDistance(unit, distIndex) end