Files
wow_Meta/api/QueryGuildBankText.lua
2025-05-04 14:35:26 +02:00

6 lines
319 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param tab number
---Requests guild bank tab info text from the server. The text is not returned immediately; the GUILDBANK_UPDATE_TEXT event fires when text is available for retrieval by the GetGuildBankText() function.
function QueryGuildBankText(tab) end