Initial commit
This commit is contained in:
5
api/GetGuildBankMoney.lua
Normal file
5
api/GetGuildBankMoney.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@return number guildBankMoney
|
||||
---Returns the amount of money in the guild bank. The return value is cached and returns the last value seen when not interacting with a guild bank vault. This cache works across characters, and is updated when the GUILDBANK_UPDATE_MONEY or GUILDBANKFRAME_OPENED event fires. If no player character has accessed a guild bank since the game client was launched, this function returns 0.
|
||||
function GetGuildBankMoney() end
|
||||
Reference in New Issue
Block a user