WoW API: AutoStoreGuildBankItem
Jump to navigation
Jump to search
← WoW API < AutoStoreGuildBankItem
Allows you to withdraw an item and automatically store it in your inventory.
AutoStoreGuildBankItem(tab,slot)
- Arguments
- (tab or slot)
- tab
- Integer - The index of the tab in the guild bank
- slot
- Integer - The index of the slot in the chosen tab.
- Returns
- nil
- Example
AutoStoreGuildBankItem(1,5)