GetBattlegroundPoints

From Warcraft Wiki
Jump to navigation Jump to search
Flavors
Links
Info
Added in 5.3.0 / 1.13.2

[NYI] Returns battlegrounds points earned by a team.

currentPoints, maxPoints = GetBattlegroundPoints(team)

Arguments

team
number - team to query the points of; 0 for Horde, 1 for Alliance.

Returns

currentPoints
number - current battleground points earned by the team.
maxPoints
number - maximum amount of battleground points the team can earn.

Details

  • As of 5.3, both return values are always 0; FrameXML comments in WorldStateFrame.lua state:
    Long-term we'd like the battleground objectives to work more like this, but it's not working for 5.3

Patch changes

Mists of Pandaria Patch 5.3.0 (2013-05-21): Added; non-functional.