6 lines
186 B
Lua
6 lines
186 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param unit string
|
|
---@return number inRaid
|
|
---Returns whether a unit is in the player's raid
|
|
function UnitInRaid(unit) end |