6 lines
218 B
Lua
6 lines
218 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 |