WoW:API AutoStoreGuildBankItem: Difference between revisions

m
boilerplate
(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 (boilerplate)
Line 1: Line 1:
{{wowapi}}
{{wowapi}}
Allows you to withdraw an item and automatically store it in your inventory.
Allows you to withdraw an item and automatically store it in your inventory.
AutoStoreGuildBankItem(tab,slot)


  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.
;''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)