WoW:API AutoStoreGuildBankItem: Difference between revisions

m
Move page script moved page API AutoStoreGuildBankItem to WoW:API AutoStoreGuildBankItem without leaving a redirect
(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...)
 
m (Move page script moved page API AutoStoreGuildBankItem to WoW:API AutoStoreGuildBankItem without leaving a redirect)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
Allows you to withdraw the contents of the specified Guild Bank slot and automatically store it in your inventory.
AutoStoreGuildBankItem(tab,slot)


Allows you to withdraw an item and automatically store it in your inventory.
== Arguments ==
 
;tab : Integer - The index of the tab in the guild bank
  AutoStoreGuildBankItem(tab,slot)
;slot : Integer - The index of the slot in the chosen tab.
 
----
;''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)
Anonymous user