Files
wow_Meta/api/CloseTradeSkill.lua
2025-05-04 14:35:26 +02:00

5 lines
250 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