10 lines
381 B
Lua
10 lines
381 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param tab number
|
|
---@return 1nil canView
|
|
---@return 1nil canDeposit
|
|
---@return 1nil canUpdateText
|
|
---@return number numWithdrawls
|
|
---Returns information about guild bank tab privileges for the guild rank currently being edited. Used in the default UI's guild control panel.
|
|
function GetGuildBankTabPermissions(tab) end
|