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