WoW:API ContainerIDToInventoryID

Revision as of 23:59, 4 August 2005 by WoWWiki>Luke1410
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
ContainerIDToInventoryID -Documentation by Luke1410-

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

Returns
iventoryID
inventoryID - the bag's inventory ID

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

Result
invID contains the bag's inventoryID

Template:WoW API