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