wManager.Wow.Helpers Namespace
WRobot

WoWUnit..::..HaveBuff Method (String)

Has the buff.

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

Syntax


public bool HaveBuff(
	string spellName
)
Public Function HaveBuff ( _
	spellName As String _
) As Boolean
public:
bool^ HaveBuff(
	String^ spellName
)

Parameters

spellName
Type: String
Name of the spell (in english).

Return Value

true if has, false otherwise.