Files
wow-weakauras/Meta/api/UnitInBattleground.lua
2024-11-07 23:12:37 +01:00

6 lines
223 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