wManager.Wow.Helpers Namespace
WRobot

ItemsManager Members

The ItemsManager type exposes the following members.

Methods


  Name Description
Public method Static member EquipItemByName
Equip item by name.
Public method Static member GetBestConsumableBag
Get the best consumable bag.
Public method Static member GetBestConsumableVendor
Get the best consumable of current target vendor (need merchant window opened).
Public method Static member GetBestContainers
Get the best bag.
Public method Static member GetIdByName
Gets the item name by id.
Public method Static member GetItemCountById
Get item count by id.
Public method Static member GetItemCountByIdLUA
Get item count by id with lua.
Public method Static member GetItemCountByNameLUA
Get item count by name with lua.
Public method Static member GetItemSpell(UInt32)
Get the item spell.
Public method Static member GetItemSpell(String)
Get the item spell.
Public method Static member GetNameById(Int32)
Get the item name by id.
Public method Static member GetNameById(UInt32)
Gets the item name by id.
Public method Static member HasItemById
Determines whether has item by id (use [ObjectManager], it's faster than lua).
Public method Static member IsEquippableItem
Determines whether is equippable item.
Public method Static member UseContainerItem(String)
Use container item by name.
Public method Static member UseContainerItem(UInt32)
Use the container item by id.
Public method Static member UseContainerItemByNameOrId
Use the container item by name like is appear in game or by item id.
Public method Static member UseItem(String)
Use the item.
Public method Static member UseItem(UInt32)
Use the item.
Public method Static member UseItem(UInt32, Vector3)
Use the item and mouse click at position.
Public method Static member UseItemByNameOrId
Use the item by name or id.