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

9 lines
235 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param unit string
---@return boolean leader
---Returns whether a unit is the raid leader.
---@overload fun(name: string)
function UnitIsGroupLeader(unit, name) end