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

7 lines
308 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param unit string
---@param name string
---Offers to trade with a given unit. The trade process does not begin immediately; once the server has determined both clients can trade, the TRADE_SHOW event fires.
function InitiateTrade(unit, name) end