6 lines
309 B
Lua
6 lines
309 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 |