WoW:API AuctionFrameAuctions duration

Revision as of 21:27, 19 September 2005 by WoWWiki>RandomToast
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

AuctionFrameAuctions.duration = TimeInMinutes

//set the short duration button to be checked and set the time AuctionsShortAuctionButton:SetChecked(1); AuctionFrameAuctions.duration = 120;


//set the short duration button to be checked and set the time AuctionsMediumAuctionButton:SetChecked(1); AuctionFrameAuctions.duration = 480;


//set the short duration button to be checked and set the time AuctionsLongAuctionButton:SetChecked(1); AuctionFrameAuctions.duration = 1440; [/code]