WoW API: GetBattlefieldStatInfo

From AddOn Studio
Revision as of 01:17, 13 July 2006 by WoWWiki>Shadowed
(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

Arguments

index
index
Integer - 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

WoW API < GetBattlefieldStatInfo