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

ObjectManager..::..GetWoWGameObjectByName Method (List<(Of <(<'WoWGameObject>)>)>, List<(Of <(<'String>)>)>)

Gets GameObjects by names

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

Syntax


public static List<WoWGameObject> GetWoWGameObjectByName(
	List<WoWGameObject> listWoWGameObject,
	List<string> names
)
Public Shared Function GetWoWGameObjectByName ( _
	listWoWGameObject As List(Of WoWGameObject), _
	names As List(Of String) _
) As List(Of WoWGameObject)
public:
static List<WoWGameObject^>^ GetWoWGameObjectByName(
	List<WoWGameObject^>^ listWoWGameObject, 
	List<String^>^ names
)

Parameters

listWoWGameObject
Type: List<(Of <(<'WoWGameObject>)>)>
The list.
names
Type: List<(Of <(<'String>)>)>
The names.

Return Value

List<WoWGameObject>.