|
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
Needs summary.
brawlInfo = C_PvP.GetAvailableBrawlInfo()
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 |
|
Details[]
Patch changes[]
Patch 8.1.5 (2019-03-12): Moved to C_PvP.GetAvailableBrawlInfo()
[1]
Patch 7.2.0 (2017-03-28): Added as C_PvP.GetBrawlInfo()