Files
wow-weakauras/Meta/api/UnitIsGroupLeader.lua
2025-03-13 16:28:23 +01:00

7 lines
233 B
Lua

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