5 lines
319 B
Lua
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 |