WoW:API SetGuildBankWithdrawLimit: Difference between revisions
Jump to navigation
Jump to search
(New page: {{wowapi}} __NOTOC__ <!-- Describe the purpose of the function, exhausting detail can be saved for a later section --> Edits permissions for a bank tab. <!-- List return values and argume...) |
m (Move page script moved page API SetGuildBankWithdrawLimit to API SetGuildBankWithdrawLimit without leaving a redirect) |
(No difference)
|
Latest revision as of 04:47, 15 August 2023
← WoW API < SetGuildBankWithdrawLimit
Edits permissions for a bank tab.
SetGuildBankWithdrawLimit(amount);
Arguments[edit]
- (amount)
- amount
- Integer - Amount of gold allowed per day.
Details[edit]
Use GuildControlSetRank() to set what rank you are editting the withdraw limit for. Will not save until GuildControlSaveRank() is called.