WoW:API SetGuildBankTabWithdraw: Difference between revisions

From AddOn Studio
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}} __NOTOC__
{{wowapi|removed=4.0.1}}


<!-- Describe the purpose of the function, exhausting detail can be saved for a later section -->
Edits permissions for a bank tab.
Edits permissions for a bank tab.
<!-- List return values and arguments as well as function name, follow Blizzard usage convention for args -->
 
  SetGuildBankTabWithdraw(tab, amount);
  SetGuildBankTabWithdraw(tab, amount);


== Arguments ==
== Parameters ==
<!-- List each argument, together with its type -->
=== Arguments ===
:(tab, amount)
* tab (number) - Bank Tab to edit.
 
* amount (number) - Number of withdraws per day.
:;tab : Integer - Bank Tab to edit.
:;amount : Integer - Number of withdraws per day.


== Details ==
== Details ==
<!-- Details not appropriate for the main description can go here.
Use GuildControlSetRank() to set what rank you are editing the withdraw limit for. Will not save until GuildControlSaveRank() is called.
    REMOVE the section if you're just going to restate the intro line! -->
Use GuildControlSetRank() to set what rank you are editting the withdraw limit for. Will not save until GuildControlSaveRank() is called.

Latest revision as of 04:47, 15 August 2023

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.