Files
wow_Meta/api/GetAuctionItemTimeLeft.lua
2025-05-04 14:35:26 +02:00

15 lines
362 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param list owner
---@param bidder
---@param list
---@param owner
---@param index number
---@return 4 duration
---@return 1
---@return 2
---@return 3
---@return 4
---Returns the time remaining before an auction listing expires
function GetAuctionItemTimeLeft(list, bidder, list, owner, index) end