GetBattlefieldStatInfo

From Warcraft Wiki
Jump to navigation Jump to search

Get list of battleground specific columns on the scoreboard.

name, icon, tooltip = GetBattlefieldStatInfo(index)

Arguments

index
number - Column to get data for

Returns

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

Details

Used to retrieve the custom scoreboard columns inside a battleground.

Warsong Gulch

  • Flags Captured
  • Flags Returned

Arathi Basin

  • Bases Assaulted
  • Bases Defended

Alterac Valley

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

Patch changes

Battle for Azeroth Patch 8.2.0 (2019-06-25): Deprecated.[1]