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

ObjectManager..::..GetWoWGameObjectByDisplayId Method (List<(Of <(<'WoWGameObject>)>)>, List<(Of <(<'Int32>)>)>)

Gets GameObjects by display id.

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

Syntax


public static List<WoWGameObject> GetWoWGameObjectByDisplayId(
	List<WoWGameObject> listWoWGameObject,
	List<int> displayId
)
Public Shared Function GetWoWGameObjectByDisplayId ( _
	listWoWGameObject As List(Of WoWGameObject), _
	displayId As List(Of Integer) _
) As List(Of WoWGameObject)
public:
static List<WoWGameObject^>^ GetWoWGameObjectByDisplayId(
	List<WoWGameObject^>^ listWoWGameObject, 
	List<int^>^ displayId
)

Parameters

listWoWGameObject
Type: List<(Of <(<'WoWGameObject>)>)>
The list.
displayId
Type: List<(Of <(<'Int32>)>)>
The display ids.

Return Value

List<WoWGameObject>.