Files
wow_Meta/api/GetAuctionItemTimeLeft.lua
2024-12-16 13:13:08 +01:00

14 lines
374 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