wManager.Wow.Helpers Namespace
WRobot

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

Has the buff.

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

Syntax


public bool HaveBuff(
	List<uint> idBuffs
)
Public Function HaveBuff ( _
	idBuffs As List(Of UInteger) _
) As Boolean
public:
bool^ HaveBuff(
	List<unsigned int^>^ idBuffs
)

Parameters

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

Return Value

true if has, false otherwise.