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

ObjectManager..::..GetWoWUnitByEntry Method (List<(Of <(<'WoWUnit>)>)>, Int32)

Gets units by entry.

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

Syntax


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

Parameters

listWoWUnit
Type: List<(Of <(<'WoWUnit>)>)>
The list.
entry
Type: Int32
The entry.

Return Value

List<WoWUnit>.