wManager.Wow.Helpers Namespace
WRobot

ItemsManager..::..GetNameById Method (UInt32)

Gets the item name by id.

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

Syntax


public static string GetNameById(
	uint idItem
)
Public Shared Function GetNameById ( _
	idItem As UInteger _
) As String
public:
static String^ GetNameById(
	unsigned int^ idItem
)

Parameters

idItem
Type: UInt32
The item id.

Return Value

item name.