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

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

Gets players alliance.

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

Syntax


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

Parameters

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

Return Value

List<WoWPlayer>.