WoW:API SetGuildBankTabWithdraw: 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 SetGuildBankTabWithdraw to API SetGuildBankTabWithdraw without leaving a redirect) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi|removed=4.0.1}} | ||
Edits permissions for a bank tab. | Edits permissions for a bank tab. | ||
SetGuildBankTabWithdraw(tab, amount); | SetGuildBankTabWithdraw(tab, amount); | ||
== Arguments == | == Parameters == | ||
=== Arguments === | |||
* tab (number) - Bank Tab to edit. | |||
* amount (number) - Number of withdraws per day. | |||
== Details == | == Details == | ||
Use GuildControlSetRank() to set what rank you are editing the withdraw limit for. Will not save until GuildControlSaveRank() is called. | |||
Use GuildControlSetRank() to set what rank you are |
Latest revision as of 04:47, 15 August 2023
This is no longer a part of the World of Warcraft API.
|
← WoW API < SetGuildBankTabWithdraw
Edits permissions for a bank tab.
SetGuildBankTabWithdraw(tab, amount);
Parameters[edit]
Arguments[edit]
- tab (number) - Bank Tab to edit.
- amount (number) - Number of withdraws per day.
Details[edit]
Use GuildControlSetRank() to set what rank you are editing the withdraw limit for. Will not save until GuildControlSaveRank() is called.