Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Returns active brawl information.

brawlInfo = C_PvP.GetActiveBrawlInfo()

Returns[]

brawlInfo
PvpBrawlInfo?
Field Type Description
brawlID number Added in 9.2.0
name string
shortDescription string
longDescription string
canQueue boolean Added in 8.1.5
minLevel number Added in 10.0.0
maxLevel number Added in 10.0.0
groupsAllowed boolean Added in 10.0.0
timeLeftUntilNextChange number?
brawlType Enum.BrawlType
mapNames string[]
includesAllArenas boolean? = false Added in 9.2.0
Enum.BrawlType
Value Field Description
0 None
1 Battleground
2 Arena
3 LFG
4 SoloShuffle

Patch changes[]

Battle for Azeroth Patch 8.1.5 (2019-03-12): Added.

Advertisement