WoW API: GetBattlefieldStatInfo

From AddOn Studio
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)
Jump to navigation Jump to search

Get list of battleground specific columns on the scoreboard

GetBattlefieldStatInfo(index)

Parameters[edit]

Arguments[edit]

index
index
Integer - Column to get data for

Returns[edit]

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[edit]

Used to retrieve the custom scoreboard columns inside a battleground.

Warsong Gulch[edit]

  • Flags Captured
  • Flags Returned

Arathi Basin[edit]

  • Bases Assaulted
  • Bases Defended

Alterac Valley[edit]

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

WoW API < GetBattlefieldStatInfo