WoW API: GetBattlefieldStatInfo

Revision as of 04:45, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API GetBattlefieldStatInfo to API GetBattlefieldStatInfo without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Get list of battleground specific columns on the scoreboard

GetBattlefieldStatInfo(index)

ParametersEdit

ArgumentsEdit

index
index
Integer - Column to get data for

ReturnsEdit

name
String - Name of the column (eg: Flags Captured)
icon
String - Icon displayed when on the scoreboard rows (eg: Horde flag icon next to the flag captures of an Alliance player)
tooltip
String - Tooltip displayed when hovering over a column's name

DetailsEdit

Used to retrieve the custom scoreboard columns inside a battleground.

Warsong GulchEdit

  • Flags Captured
  • Flags Returned

Arathi BasinEdit

  • Bases Assaulted
  • Bases Defended

Alterac ValleyEdit

  • Graveyards Assaulted
  • Graveyards Defended
  • Towers Assaulted
  • Towers Defended
  • Mines Captured
  • Leaders Killed
  • Secondary Objectives

WoW API < GetBattlefieldStatInfo