Files
wow_Meta/api/PickupPlayerMoney.lua
2025-05-04 15:15:00 +02:00

7 lines
364 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@param amount number
---Puts an amount of the player's money onto the cursor. Money is not immediately deducted from the player's total savings (though it appears such on the default UI's money displays, which generally show GetMoney()-GetCursorMoney()).
function PickupPlayerMoney(amount) end