WoW:API GetNumBattlefieldScores: Difference between revisions
Jump to navigation
Jump to search
(Returns the number of scores(players) in the battleground scoreboard.) |
(upgraded deprecated template) |
||
Line 1: | Line 1: | ||
{{wowapi}} | |||
Appears to return the number of scores in the battleground/field scoreboard: | Appears to return the number of scores in the battleground/field scoreboard: | ||
Line 4: | Line 5: | ||
Which is an effective way of counting the players in a battlefield. | Which is an effective way of counting the players in a battlefield. | ||
Revision as of 17:33, 6 January 2007
← WoW API < GetNumBattlefieldScores
Appears to return the number of scores in the battleground/field scoreboard:
local x = GetNumBattlefieldScores();
Which is an effective way of counting the players in a battlefield.