Files
wow_Meta/api/CanEditGuildTabInfo.lua
2025-05-04 14:35:26 +02:00

7 lines
221 B
Lua

---@diagnostic disable: missing-return, lowercase-global
---@param tab number
---@return 1nil canEdit
---Returns whether the player is allowed to edit a guild bank tab's information
function CanEditGuildTabInfo(tab) end