Files
wow_Meta/api/CloseTradeSkill.lua
2024-12-16 13:13:08 +01:00

4 lines
249 B
Lua

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