Files
wow_Meta/api/GetOwnerAuctionItems.lua
2025-05-04 15:15:00 +02:00

6 lines
344 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---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