wManager.Wow.Helpers Namespace
WRobot

SpellManager..::..HaveBuffLua Method

Have the buff with lua.

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

Syntax


public static bool HaveBuffLua(
	string spellNameInGame
)
Public Shared Function HaveBuffLua ( _
	spellNameInGame As String _
) As Boolean
public:
static bool^ HaveBuffLua(
	String^ spellNameInGame
)

Parameters

spellNameInGame
Type: String
The spell name in game.

Return Value

true if have, false otherwise.