Files
wow_Meta/api/QueryGuildBankText.lua
2024-12-16 13:13:08 +01:00

5 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