wManager.Wow.Helpers Namespace
WRobot

SpellManager..::..ExistSpellBook Method

Exist in spell book.

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

Syntax


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

Parameters

spellNameInGame
Type: String
The spell name in game.

Return Value

true if exist, false otherwise.