Files
wow_Meta/api/QueryGuildBankTab.lua
2025-05-04 15:15:00 +02:00

7 lines
307 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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