Files
wow_Meta/api/UnitLeadsAnyGroup.lua
2025-05-04 14:35:26 +02:00

7 lines
195 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