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

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

Gets the nearest player.

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

Syntax


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

Parameters

listWoWPlayer
Type: List<(Of <(<'WoWPlayer>)>)>
The list player.
position
Type: robotManager.Helpful..::..Vector3
The position.

Return Value

WoWPlayer.