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

8 lines
204 B
Lua

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