WoW:API GetNumBattlefieldStats: Difference between revisions
No edit summary |
m (Move page script moved page API GetNumBattlefieldStats to API GetNumBattlefieldStats without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 3: | Line 3: | ||
local x = GetNumBattlefieldStats(); | 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]]) | |||
---- | ---- | ||
{{ | {{wowapi}} | ||
Latest revision as of 04:46, 15 August 2023
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)