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

7 lines
238 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param tab number
---@param name string
---@param iconIndex number
---Sets the name and icon for a guild bank tab
function SetGuildBankTabInfo(tab, name, iconIndex) end