WoW:API ContainerIDToInventoryID: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 8: Line 8:
;''Returns''
;''Returns''


:;iventoryID
:;inventoryID
:: inventoryID - the bag's inventory ID
:: inventoryID - the bag's inventory ID
----
----

Revision as of 22:18, 30 October 2005

ContainerIDToInventoryID -Documentation by Luke1410-

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

Returns
inventoryID
inventoryID - the bag's inventory ID

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

Result
invID contains the bag's inventoryID

Template:WoW API