WoW:API GetGuildBankMoney: Difference between revisions
Jump to navigation
Jump to search
(New page: {{wowapi}} __NOTOC__ <!-- Describe the purpose of the function, exhausting detail can be saved for a later section --> Returns the amount of money in the guild bank in copper. <!-- List r...) |
m (Move page script moved page API GetGuildBankMoney to API GetGuildBankMoney without leaving a redirect) |
(No difference)
|
Latest revision as of 04:45, 15 August 2023
Returns the amount of money in the guild bank in copper.
retVal1 = GetGuildBankMoney()
Returns[edit]
- retVal1
- Number - money in copper
Example[edit]
/script DEFAULT_CHAT_FRAME:AddMessage(GetGuildBankMoney());
Result
8900000
Details[edit]
Will always return 0 (zero) if the guild bank frame is not open.