7 lines
295 B
Lua
7 lines
295 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
---@meta
|
|
|
|
---@param amount number
|
|
---Puts money offered by the player for trade onto the cursor. Money put onto the cursor is subtracted from the amount offered for trade (see GetPlayerTradeMoney()).
|
|
function PickupTradeMoney(amount) end
|