7 lines
217 B
Lua
7 lines
217 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param unit string
|
|
---@return number raidNum
|
|
---Returns whether a unit is in same battleground instance as the player
|
|
function UnitInBattleground(unit) end
|