ObjectManager..::..GetWoWGameObjectByName Method (List<(Of <(<'String>)>)>)
Gets GameObjects by names.
Namespace:
wManager.Wow.ObjectManagerAssembly: wManager (in wManager.dll)
Syntax
public static List<WoWGameObject> GetWoWGameObjectByName( List<string> names )
Public Shared Function GetWoWGameObjectByName ( _ names As List(Of String) _ ) As List(Of WoWGameObject)
public: static List<WoWGameObject^>^ GetWoWGameObjectByName( List<String^>^ names )