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...) |
mNo edit summary |
||
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 |
Revision as of 01:09, 11 February 2021
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
Arguments
- tab (number) - Bank Tab to edit.
- amount (number) - Number of withdraws per day.
Details
Use GuildControlSetRank() to set what rank you are editing the withdraw limit for. Will not save until GuildControlSaveRank() is called.