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

5 lines
302 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param tab number
---Requests information about the contents of a guild bank tab from the server. Fires the GUILDBANKBAGSLOTS_CHANGED event when information about the tab's contents becomes available.
function QueryGuildBankTab(tab) end