ObjectManager..::..GetWoWGameObjectById Method (List<(Of <(<'WoWGameObject>)>)>, List<(Of <(<'Int32>)>)>)
Gets GameObjects by entries.
Namespace:
wManager.Wow.ObjectManagerAssembly: 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.