WoW:API AutoStoreGuildBankItem: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (boilerplate)
m (Move page script moved page API AutoStoreGuildBankItem to API AutoStoreGuildBankItem without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
Allows you to withdraw an item and automatically store it in your inventory.
Allows you to withdraw the contents of the specified Guild Bank slot and automatically store it in your inventory.
  AutoStoreGuildBankItem(tab,slot)
  AutoStoreGuildBankItem(tab,slot)



Latest revision as of 04:45, 15 August 2023

WoW API < AutoStoreGuildBankItem

Allows you to withdraw the contents of the specified Guild Bank slot and automatically store it in your inventory.

AutoStoreGuildBankItem(tab,slot)

Arguments

tab
Integer - The index of the tab in the guild bank
slot
Integer - The index of the slot in the chosen tab.