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

6 lines
259 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---Ends interaction with the Trade Skill UI. Fires the TRADE_SKILL_CLOSE event, indicating that TradeSkill APIs may no longer have effects or return valid data.
function CloseTradeSkill() end