WoW:API AuctionFrameAuctions duration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
AuctionFrameAuctions.duration = 1440; | AuctionFrameAuctions.duration = 1440; | ||
[/code] | [/code] | ||
{{API/Uncategorized}} |
Revision as of 17:20, 22 December 2005
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]