Files
wow_Meta/api/PickupTradeMoney.lua
2024-12-16 13:13:08 +01:00

5 lines
286 B
Lua

---@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