WoW:API AutoStoreGuildBankItem: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(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)

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.