Wowpedia

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

READ MORE

Wowpedia
No edit summary
 
mNo edit summary
Line 22: Line 22:
 
----
 
----
 
{{Template:WoW API}}
 
{{Template:WoW API}}
  +
[[Category:API Functions|ContainerIDToInventoryID]]
  +
[[Category:API Container Functions|ContainerIDToInventoryID]]
 
[[Category:API Inventory Functions|ContainerIDToInventoryID]]
 
[[Category:API Inventory Functions|ContainerIDToInventoryID]]

Revision as of 17:43, 29 August 2005

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