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

ObjectManager..::..GetWoWUnitHorde Method (List<(Of <(<'WoWPlayer>)>)>)

Gets players horde.

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

Syntax


public static List<WoWPlayer> GetWoWUnitHorde(
	List<WoWPlayer> listWoWUnit
)
Public Shared Function GetWoWUnitHorde ( _
	listWoWUnit As List(Of WoWPlayer) _
) As List(Of WoWPlayer)
public:
static List<WoWPlayer^>^ GetWoWUnitHorde(
	List<WoWPlayer^>^ listWoWUnit
)

Parameters

listWoWUnit
Type: List<(Of <(<'WoWPlayer>)>)>
The list.

Return Value

List<WoWPlayer>.