Files
wow_Meta/api/UnitCanAttack.lua
2025-05-04 15:15:00 +02:00

9 lines
230 B
Lua

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