WoW:API BuyPetition: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with '{{wowapi}} Purchases an arena team charter. BuyPetition(arenaFormat, teamName); == Arguments == ; arenaFormat : Number - index of the arena format; ascending from 1 for: 2v2, 3…')
 
mNo edit summary
Line 1: Line 1:
{{wowapi}}
{{wowapi|removed=4.0}}
Purchases an arena team charter.
Purchases an arena team charter.
  BuyPetition(arenaFormat, "teamName");
  BuyPetition(arenaFormat, "teamName");

Revision as of 21:27, 10 February 2021

WoW API < BuyPetition

Purchases an arena team charter.

BuyPetition(arenaFormat, "teamName");

Arguments

arenaFormat
Number - index of the arena format; ascending from 1 for: 2v2, 3v3, 5v5, in that order.
teamName
String - name of the team you wish to purchase a charter for.

See also