WoW API: SetGuildBankTabWithdraw

From AddOn Studio
Revision as of 01:09, 11 February 2021 by Bear (talk | contribs)
Jump to navigation Jump to search

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.