wManager.Wow.Helpers Namespace
WRobot

ItemsManager..::..HasItemById Method

Determines whether has item by id (use [ObjectManager], it's faster than lua).

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

Syntax


public static bool HasItemById(
	uint itemId
)
Public Shared Function HasItemById ( _
	itemId As UInteger _
) As Boolean
public:
static bool^ HasItemById(
	unsigned int^ itemId
)

Parameters

itemId
Type: UInt32
The item id.

Return Value

true if has item; otherwise, false.