Initial commit
This commit is contained in:
4
api/GetOwnerAuctionItems.lua
Normal file
4
api/GetOwnerAuctionItems.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---Requests data from the server for the list of auctions created by the player. The AUCTION_OWNED_LIST_UPDATE event fires if new data is available; listing information can then be retrieved using GetAuctionItemInfo() or other Auction APIs.
|
||||
function GetOwnerAuctionItems() end
|
||||
Reference in New Issue
Block a user