Files
wow_Meta/api/SetGuildBankTabInfo.lua
2025-05-04 15:15:00 +02:00

9 lines
239 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@meta
---@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