Add meta
This commit is contained in:
5
Meta/api/WithdrawGuildBankMoney.lua
Normal file
5
Meta/api/WithdrawGuildBankMoney.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param amount number
|
||||
---Attempts to withdraw money from the guild bank. Causes a PLAYER_MONEY event to fire, indicating the amount withdrawn has been added to the player's total (see GetMoney()). Causes an error or system message if amount exceeds the amount of money in the guild bank or the player's allowed daily withdrawal amount.
|
||||
function WithdrawGuildBankMoney(amount) end
|
||||
Reference in New Issue
Block a user