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

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

Gets players lootable.

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

Syntax


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

Parameters

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

Return Value

List<WoWPlayer>.