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

6 lines
282 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---Ends interaction with the Auction House UI. Causes the AUCTION_HOUSE_CLOSED event to fire, indicating that Auction-related APIs may be unavailable or no longer return valid data.
function CloseAuctionHouse() end