Files
wow_Meta/api/UnitCanAttack.lua
2025-01-01 14:34:34 +01:00

7 lines
234 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param unitA string
---@param unitB string
---@return number|nil canAttack 1 or nil
---Returns whether one unit can attack another
function UnitCanAttack(unitA, unitB) end