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

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

Gets the GameObjects by entries.

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

Syntax


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

Parameters

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

Return Value

List<WoWGameObject>.