wManager.Wow.Helpers Namespace
WRobot

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

Have the buff.

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

Syntax


public static bool HaveBuff(
	uint baseAddress,
	List<uint> buffId
)
Public Shared Function HaveBuff ( _
	baseAddress As UInteger, _
	buffId As List(Of UInteger) _
) As Boolean
public:
static bool^ HaveBuff(
	unsigned int^ baseAddress, 
	List<unsigned int^>^ buffId
)

Parameters

baseAddress
Type: UInt32
The wow object base address (GetBaseAddress).
buffId
Type: List<(Of <(<'UInt32>)>)>
The spell id..

Return Value

true if buff found, false otherwise.