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

8 lines
317 B
Lua

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