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

8 lines
226 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