WoW API: GetNumBattlefieldStats

Revision as of 00:59, 13 July 2006 by WoWWiki>Shadowed (Moved list of columns returned to GetBattlefieldStatInfo, also formatting changes.)

Appears to return the number of columns in the battleground/field scoreboard, other than the common ones (Killing Blows, Kills, Deaths, Bonus Honour):

local x = GetNumBattlefieldStats();

Parameters

Returns

numStats
Integer - Number of columns available for the battleground (2 for Warsong Gulch and Arathi Basin, 7 for Alterac Valley)

WoW API < GetNumBattlefieldStats