Files
wow-weakauras/Meta/api/PickupTradeMoney.lua
2024-11-07 23:12:37 +01:00

5 lines
290 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