Files
wow_Meta/api/UnitCanAttack.lua
2025-01-02 11:47:24 +01:00

8 lines
221 B
Lua

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