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

ObjectManager..::..GetWoWUnitVendorFood Method (List<(Of <(<'WoWUnit>)>)>)

Gets units vendor food.

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

Syntax


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

Parameters

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

Return Value

List<WoWUnit>.