WoW:API GetBattlefieldStatus: Difference between revisions

forgot one.
(→‎Returns: Updated returns levels, 2.0.1 been out for close to a year so shouldn't need new in anymore)
(forgot one.)
Line 2: Line 2:
Get the status of the battlefield that the player is either queued for or inside.
Get the status of the battlefield that the player is either queued for or inside.


  status, mapName, instanceID = GetBattlefieldStatus(index);
  status, mapName, instanceID, lowestlevel, highestlevel, teamSize, registeredMatch = GetBattlefieldStatus(index);


== Parameters ==
== Parameters ==
Anonymous user