wManager.Wow.Helpers Namespace
WRobot

SpellManager..::..KnowSpell Method (String)

Know the spell.

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

Syntax


public static bool KnowSpell(
	string spellNameEnglish
)
Public Shared Function KnowSpell ( _
	spellNameEnglish As String _
) As Boolean
public:
static bool^ KnowSpell(
	String^ spellNameEnglish
)

Parameters

spellNameEnglish
Type: String
The spell name english.

Return Value

true if know, false otherwise.