Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement
ContainerIDToInventoryID -Documentation by Luke1410-

Arguments
(bagID)
bagID
number - number of the bag to get the inventoryID for

Returns
inventoryID
inventoryID - the bag's inventory ID used in fonctions like PutItemInBag(inventoryId)

Examples
local invID = ContainerIDToInventoryID(1)  
--Returns the invID

Result
invID contains the bag's inventoryID

Template:WoW API

Advertisement