Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

[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.

Advertisement