WoW:API GetAuctionItemTimeLeft: Difference between revisions

updated the function name in the details
(upgraded deprecated template)
(updated the function name in the details)
Line 2: Line 2:
Retrieves the time left for a item in the Auction House.
Retrieves the time left for a item in the Auction House.


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


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


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