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

ObjectManager..::..GetWoWGameObjectByDisplayId Method (Int32)

GameObjects by display id.

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

Syntax


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

Parameters

displayId
Type: Int32
The display id.

Return Value

List<WoWGameObject>.