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…')
 
m (Move page script moved page API BuyPetition to WoW:API BuyPetition without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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");

Latest revision as of 04:45, 15 August 2023

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