WoW:API PickupBagFromSlot: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API PickupBagFromSlot to API PickupBagFromSlot without leaving a redirect)
 

Latest revision as of 04:47, 15 August 2023

WoW API < PickupBagFromSlot

Picks up the bag from the specified slot, placing it in the cursor.

PickupBagFromSlot(slot);

Arguments

slot
InventorySlotID - the slot containing the bag.

Notes