Files
wow_Meta/api/UnitLeadsAnyGroup.lua
2024-12-16 13:13:08 +01:00

6 lines
196 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