Files
wow_Meta/api/UnitIsGroupLeader.lua
2024-12-16 13:13:08 +01:00

7 lines
216 B
Lua

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