ObjectManager..::..GetWoWGameObjectByDisplayId Method (List<(Of <(<'Int32>)>)>)
GameObjects by display id.
Namespace:
wManager.Wow.ObjectManagerAssembly: wManager (in wManager.dll)
Syntax
public static List<WoWGameObject> GetWoWGameObjectByDisplayId( List<int> displayId )
Public Shared Function GetWoWGameObjectByDisplayId ( _ displayId As List(Of Integer) _ ) As List(Of WoWGameObject)
public: static List<WoWGameObject^>^ GetWoWGameObjectByDisplayId( List<int^>^ displayId )