wManager.Wow.Helpers Namespace
WRobot

SpellManager..::..SpellUsableLUA Method

Spell is usable lua.

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

Syntax


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

Parameters

spellNameInGame
Type: String
The spell name in game.

Return Value

true if is usable, false otherwise.