wManager.Wow.Helpers Namespace
WRobot

SpellManager..::..KnowSpell Method (UInt32)

Know the spell.

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

Syntax


public static bool KnowSpell(
	uint spellsId
)
Public Shared Function KnowSpell ( _
	spellsId As UInteger _
) As Boolean
public:
static bool^ KnowSpell(
	unsigned int^ spellsId
)

Parameters

spellsId
Type: UInt32
The spells id.

Return Value

true if know, false otherwise.