6 lines
222 B
Lua
6 lines
222 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 |