5 lines
225 B
Lua
5 lines
225 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@return 1nil canGroupJoin
|
|
---Returns whether the battleground for which the player is queueing supports joining as a group
|
|
function CanJoinBattlefieldAsGroup() end |