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

5 lines
350 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param amount number
---Puts money from the guild bank onto the cursor. Money is not actually withdrawn from the guild bank; in the default UI, when the cursor "puts" the money into one of the player's bags, it calls WithdrawGuildBankMoney().
function PickupGuildBankMoney(amount) end