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...)
 
mNo edit summary
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.

Revision as of 01:09, 11 February 2021

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.