Initial commit
This commit is contained in:
6
api/PickupGuildBankItem.lua
Normal file
6
api/PickupGuildBankItem.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
---@diagnostic disable: missing-return, lowercase-global
|
||||
|
||||
---@param tab number
|
||||
---@param slot number
|
||||
---Picks up an item from or puts an item into the guild bank. If the cursor is empty and the referenced guild bank slot contains an item, that item is put onto the cursor. If the cursor contains an item and the slot is empty, the item is placed into the slot. If both the cursor and the slot contain items, the contents of the cursor and the guild bank slot are exchanged.
|
||||
function PickupGuildBankItem(tab, slot) end
|
||||
Reference in New Issue
Block a user