WoW:API ContainerIDToInventoryID: Difference between revisions
Jump to navigation
Jump to search
ContainerIDToInventoryID -Documentation by Luke1410-
mNo edit summary |
mNo edit summary |
||
Line 8: | Line 8: | ||
;''Returns'' | ;''Returns'' | ||
:; | :;inventoryID | ||
:: inventoryID - the bag's inventory ID | :: inventoryID - the bag's inventory ID | ||
---- | ---- |
Revision as of 22:18, 30 October 2005
- 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