WoW API: AutoStoreGuildBankItem

From AddOn Studio
Revision as of 20:31, 12 November 2008 by WoWWiki>Matsy (New page: {{wowapi}} Allows you to withdraw an item and automatically store it in your inventory. AutoStoreGuildBankItem(tab,slot) ---- ;''Arguments'' :(tab or slot) :;tab : Integer - The in...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)