WoW:API AuctionFrameAuctions duration: Difference between revisions

m
Move page script moved page API AuctionFrameAuctions duration to WoW:API AuctionFrameAuctions duration without leaving a redirect
m (catfix, Replaced: {{framexml → <br>{{framexml)
m (Move page script moved page API AuctionFrameAuctions duration to WoW:API AuctionFrameAuctions duration without leaving a redirect)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<br>{{framexml}}
{{framexmlmember|AddOns/Blizzard_AuctionUI/Blizzard_AuctionUI.xml}}


  AuctionFrameAuctions.duration = ''time in minutes''
Set time in minutes.


  AuctionFrameAuctions.duration = time


  //set the short duration button to be checked and set the time
 
   AuctionsShortAuctionButton:SetChecked(1);
== Examples ==
  AuctionFrameAuctions.duration = 120;
Set the short duration button to be checked and set the time
 
   AuctionsShortAuctionButton:SetChecked(1)
  //set the medium duration button to be checked and set the time
:AuctionFrameAuctions.duration = 120
   AuctionsMediumAuctionButton:SetChecked(1);
 
  AuctionFrameAuctions.duration = 480;
Set the medium duration button to be checked and set the time
 
   AuctionsMediumAuctionButton:SetChecked(1)
  //set the long duration button to be checked and set the time
:AuctionFrameAuctions.duration = 480
   AuctionsLongAuctionButton:SetChecked(1);
 
  AuctionFrameAuctions.duration = 1440;
Set the long duration button to be checked and set the time
   AuctionsLongAuctionButton:SetChecked(1)
:AuctionFrameAuctions.duration = 1440
Anonymous user