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

ObjectManager..::..GetWoWUnitByName Method (List<(Of <(<'WoWUnit>)>)>, List<(Of <(<'String>)>)>)

Gets units by names.

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

Syntax


public static List<WoWUnit> GetWoWUnitByName(
	List<WoWUnit> listWoWUnit,
	List<string> names
)
Public Shared Function GetWoWUnitByName ( _
	listWoWUnit As List(Of WoWUnit), _
	names As List(Of String) _
) As List(Of WoWUnit)
public:
static List<WoWUnit^>^ GetWoWUnitByName(
	List<WoWUnit^>^ listWoWUnit, 
	List<String^>^ names
)

Parameters

listWoWUnit
Type: List<(Of <(<'WoWUnit>)>)>
The list.
names
Type: List<(Of <(<'String>)>)>
The names.

Return Value

List<WoWUnit>.