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

ObjectManager..::..GetWoWUnitSkinnable Method (List<(Of <(<'UInt64>)>)>)

Gets units skinnable.

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

Syntax


public static List<WoWUnit> GetWoWUnitSkinnable(
	List<ulong> withoutGuid
)
Public Shared Function GetWoWUnitSkinnable ( _
	withoutGuid As List(Of ULong) _
) As List(Of WoWUnit)
public:
static List<WoWUnit^>^ GetWoWUnitSkinnable(
	List<unsigned long long^>^ withoutGuid
)

Parameters

withoutGuid
Type: List<(Of <(<'UInt64>)>)>
ignore GUID.

Return Value

List<WoWUnit>.