Initial commit
This commit is contained in:
5
api/PickupTradeMoney.lua
Normal file
5
api/PickupTradeMoney.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@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
|
||||
Reference in New Issue
Block a user