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

ObjectManager..::..GetWoWUnitByEntry Method (Int32, Boolean)

Gets units by entry.

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

Syntax


public static List<WoWUnit> GetWoWUnitByEntry(
	int entry,
	bool acceptNpcDead
)
Public Shared Function GetWoWUnitByEntry ( _
	entry As Integer, _
	acceptNpcDead As Boolean _
) As List(Of WoWUnit)
public:
static List<WoWUnit^>^ GetWoWUnitByEntry(
	int^ entry, 
	bool^ acceptNpcDead
)

Parameters

entry
Type: Int32
The entry.
acceptNpcDead
Type: Boolean
if set to true accept dead.

Return Value

List<WoWUnit>.