WoW API: GetNumBattlefieldStats

From AddOn Studio
Revision as of 04:46, 15 August 2023 by Move page script (talk | contribs) (Move page script moved page API GetNumBattlefieldStats to API GetNumBattlefieldStats without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Returns[edit]

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

WoW API < GetNumBattlefieldStats