WoW:API GetAuctionItemTimeLeft: Difference between revisions

m
Another small error
No edit summary
m (Another small error)
Line 1: Line 1:
Retrieves the time left for a item in the Auction House.
Retrieves the time left for a item in the Auction House.


  timeleft = GetAuctionItemInfo("type", index);
  timeleft = GetAuctionTimeLeft("type", index);


----
----
Line 25: Line 25:
----
----
;''Example''
;''Example''
  timeleft = GetAuctionItemInfo("owner", offset + i);
  timeleft = GetAuctionTimeLeft("owner", offset + i);


;''Result''
;''Result''
Anonymous user