8 lines
208 B
Lua
8 lines
208 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param index number
|
|
---@param asGroup boolean
|
|
---Joins the queue for a battleground instance
|
|
function JoinBattlefield(index, asGroup) end
|