WoW API: GetGuildBankMoney

WoW API < GetGuildBankMoney

Returns the amount of money in the guild bank in copper.

retVal1 = GetGuildBankMoney()


ReturnsEdit

retVal1
Number - money in copper


ExampleEdit

/script DEFAULT_CHAT_FRAME:AddMessage(GetGuildBankMoney());

Result

8900000


DetailsEdit

Will always return 0 (zero) if the guild bank frame is not open.