WoW:API AuctionFrameAuctions duration (source)
Revision as of 04:45, 15 August 2023
, 15 August 2023Move page script moved page API AuctionFrameAuctions duration to WoW:API AuctionFrameAuctions duration without leaving a redirect
No edit summary |
m (Move page script moved page API AuctionFrameAuctions duration to WoW:API AuctionFrameAuctions duration without leaving a redirect) |
||
| (5 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
{{framexmlmember|AddOns/Blizzard_AuctionUI/Blizzard_AuctionUI.xml}} | |||
Set time in minutes. | |||
AuctionFrameAuctions.duration = time | |||
== Examples == | |||
Set the short duration button to be checked and set the time | |||
AuctionsShortAuctionButton:SetChecked(1) | |||
:AuctionFrameAuctions.duration = 120 | |||
Set the medium duration button to be checked and set the time | |||
AuctionsLongAuctionButton:SetChecked(1) | AuctionsMediumAuctionButton:SetChecked(1) | ||
AuctionFrameAuctions.duration = 1440 | :AuctionFrameAuctions.duration = 480 | ||
Set the long duration button to be checked and set the time | |||
AuctionsLongAuctionButton:SetChecked(1) | |||
:AuctionFrameAuctions.duration = 1440 | |||