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

5 lines
323 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