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

5 lines
193 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---Cancels a trade in progress. Can be used if either party has accepted the trade, but not once both have.
function CancelTrade() end