Files
wow_Meta/api/UnitIsGroupLeader.lua

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