This commit is contained in:
2024-11-07 23:12:37 +01:00
parent a67a1d8f40
commit f7c91862a0
3089 changed files with 18209 additions and 0 deletions

12
Meta/api/StartAuction.lua Normal file
View File

@@ -0,0 +1,12 @@
---@diagnostic disable: missing-return, lowercase-global
---@param minBid number
---@param buyoutPrice number
---@param runTime 3
---@param 1
---@param 2
---@param 3
---@param stackSize number
---@param numStacks number
---Creates an auction for the item currently in the "auction item" slot. Has no effect unless an item has been placed in the Create Auction UI's "auction item" slot (see ClickAuctionSellItemButton()). With patch 3.3.3 the runTime arg was changed from minutes to an index and the stackSize/numStacks args were added for batch posting.
function StartAuction(minBid, buyoutPrice, runTime, 1, 2, 3, stackSize, numStacks) end