WoW:API AuctionFrameAuctions duration: Difference between revisions
Jump to navigation
Jump to search
{{framexml}}
No edit summary |
({{framexml}}) |
||
| Line 1: | Line 1: | ||
{{framexml}} | |||
AuctionFrameAuctions.duration = ''time in minutes'' | |||
AuctionFrameAuctions.duration = | |||
//set the short duration button to be checked and set the time | //set the short duration button to be checked and set the time | ||
AuctionsMediumAuctionButton:SetChecked(1); | AuctionsShortAuctionButton:SetChecked(1); | ||
AuctionFrameAuctions.duration = 480; | AuctionFrameAuctions.duration = 120; | ||
//set the medium duration button to be checked and set the time | |||
//set the | AuctionsMediumAuctionButton:SetChecked(1); | ||
AuctionsLongAuctionButton:SetChecked(1); | AuctionFrameAuctions.duration = 480; | ||
AuctionFrameAuctions.duration = 1440; | |||
//set the long duration button to be checked and set the time | |||
AuctionsLongAuctionButton:SetChecked(1); | |||
AuctionFrameAuctions.duration = 1440; | |||