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

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

Gets the nearest player.

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

Syntax


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

Parameters

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

Return Value

WoWPlayer.