 |
Automated updating of API pages at this location, to reflect patch changes, has ceased from 10.1.7 onwards.
|
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[]
Patch 8.1.5 (2019-03-12): Added.