wManager.Wow.Helpers Namespace
WRobot

ObjectManager..::..GetWoWUnitAttackables Method

Gets units attackables.

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

Syntax


public static List<WoWUnit> GetWoWUnitAttackables(
	float range
)
Public Shared Function GetWoWUnitAttackables ( _
	range As Single _
) As List(Of WoWUnit)
public:
static List<WoWUnit^>^ GetWoWUnitAttackables(
	float^ range
)

Parameters

range
Type: Single
The range.

Return Value

List<WoWUnit>.