Files
wow_Meta/api/PickupTradeMoney.lua
2025-05-04 14:35:26 +02:00

6 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