wManager.Wow.Helpers Namespace
WRobot

Bag..::..GetItemContainerBagIdAndSlot Method (String)

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(
	string itemName
)
Public Shared Function GetItemContainerBagIdAndSlot ( _
	itemName As String _
) As List(Of Integer)
public:
static List<int^>^ GetItemContainerBagIdAndSlot(
	String^ itemName
)

Parameters

itemName
Type: String
Name of the item.

Return Value

List<System.Int32>.