wManager.Wow.Helpers Namespace
WRobot

WoWUnit..::..GetBuffs Method (List<(Of <(<'UInt32>)>)>)

Gets the buffs.

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

Syntax


public List<Aura> GetBuffs(
	List<uint> idBuffs
)
Public Function GetBuffs ( _
	idBuffs As List(Of UInteger) _
) As List(Of Aura)
public:
List<Aura^>^ GetBuffs(
	List<unsigned int^>^ idBuffs
)

Parameters

idBuffs
Type: List<(Of <(<'UInt32>)>)>
The spell ids.

Return Value

Auras.