wManager.Wow.Helpers Namespace
WRobot

Bag..::..GetItemContainerBagIdAndSlot Method (Int32)

Get container bag id and bag slot id which contains the chosen item

Namespace:  wManager.Wow.Helpers
Assembly:  wManager (in wManager.dll)

Syntax


public static List<int> GetItemContainerBagIdAndSlot(
	int itemId
)
Public Shared Function GetItemContainerBagIdAndSlot ( _
	itemId As Integer _
) As List(Of Integer)
public:
static List<int^>^ GetItemContainerBagIdAndSlot(
	int^ itemId
)

Parameters

itemId
Type: Int32
The item id.

Return Value

List<System.Int32>.