wManager.Wow.Helpers Namespace
wManager.Wow.ObjectManager Namespace
WRobot

ObjectManager..::..GetWoWUnitByEntry Method (Int32)

Gets units by entry.

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

Syntax


public static List<WoWUnit> GetWoWUnitByEntry(
	int entry
)
Public Shared Function GetWoWUnitByEntry ( _
	entry As Integer _
) As List(Of WoWUnit)
public:
static List<WoWUnit^>^ GetWoWUnitByEntry(
	int^ entry
)

Parameters

entry
Type: Int32
The entry.

Return Value

List<WoWUnit>.