ObjectManager..::..GetWoWGameObjectByName Method (List<(Of <(<'WoWGameObject>)>)>, List<(Of <(<'String>)>)>)
Gets GameObjects by names
Namespace:
wManager.Wow.ObjectManagerAssembly: 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.