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

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

Gets GameObjects by entries.

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

Syntax


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

Parameters

listWoWGameObject
Type: List<(Of <(<'WoWGameObject>)>)>
The list.
id
Type: List<(Of <(<'Int32>)>)>
The entries.

Return Value

List<WoWGameObject>.