8 lines
317 B
Lua
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
|