wManager.Wow.Helpers Namespace
WRobot

WoWUnit..::..HaveBuff Method (UInt32)

Has the buff.

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

Syntax


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

Parameters

idBuffs
Type: UInt32
The spell id.

Return Value

true if has, false otherwise.