Files
wow-weakauras/Meta/api/UnitLeadsAnyGroup.lua
2024-11-07 23:12:37 +01:00

6 lines
201 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param unit string
---@return boolean uLead
---Returns whether a unit is the leader of any group
function UnitLeadsAnyGroup(unit) end